]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
authorAndrea Shepard <andrea@persephoneslair.org>
Wed, 12 Sep 2012 23:31:08 +0000 (16:31 -0700)
committerAndrea Shepard <andrea@torproject.org>
Mon, 8 Oct 2012 10:06:09 +0000 (03:06 -0700)
src/or/main.c

index b87cf52edb6dcba34abd0f2f15a31aa61621532c..908e490741a99214236d81a847174cb515511700 100644 (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();