mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
This commit is contained in:
parent
72251385b0
commit
a9a75ee59a
1 changed files with 2 additions and 0 deletions
|
@ -2476,6 +2476,8 @@ tor_free_all(int postfork)
|
||||||
circuit_free_all();
|
circuit_free_all();
|
||||||
entry_guards_free_all();
|
entry_guards_free_all();
|
||||||
pt_free_all();
|
pt_free_all();
|
||||||
|
channel_tls_free_all();
|
||||||
|
channel_free_all();
|
||||||
connection_free_all();
|
connection_free_all();
|
||||||
buf_shrink_freelists(1);
|
buf_shrink_freelists(1);
|
||||||
memarea_clear_freelist();
|
memarea_clear_freelist();
|
||||||
|
|
Loading…
Add table
Reference in a new issue