This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Kamailio
/
kamailio
espejo de
https://github.com/kamailio/kamailio.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
tm: rest the pointer of hash table after free to avoid double free on false start
Daniel-Constantin Mierla
hace 14 años
padre
a75afdd699
commit
7728464362
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Unificar vista
Mostrar estadísticas de diff
1
0
modules/tm/h_table.c
+ 1
- 0
modules/tm/h_table.c
Ver fichero
@@ -444,6 +444,7 @@ void free_hash_table( )
}
}
}
}
shm_free(_tm_table);
shm_free(_tm_table);
+ _tm_table = 0;
}
}
}
}