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

This commit is contained in:
Andrea Shepard 2012-09-12 16:31:08 -07:00 committed by Andrea Shepard
parent 72251385b0
commit a9a75ee59a

View file

@ -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();