Explorar el Código

Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c

Andrea Shepard hace 11 años
padre
commit
a9a75ee59a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/or/main.c

+ 2 - 0
src/or/main.c

@@ -2476,6 +2476,8 @@ tor_free_all(int postfork)
   circuit_free_all();
   entry_guards_free_all();
   pt_free_all();
+  channel_tls_free_all();
+  channel_free_all();
   connection_free_all();
   buf_shrink_freelists(1);
   memarea_clear_freelist();