Commit 5cf76bc5 authored by Andrea Shepard's avatar Andrea Shepard
Browse files

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

parent 4ea3595c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2471,6 +2471,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();