mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Merge remote-tracking branch 'jigsaw52/fix_leak_21788'
This commit is contained in:
commit
61e8ee1117
1 changed files with 1 additions and 0 deletions
|
@ -3186,6 +3186,7 @@ tor_free_all(int postfork)
|
||||||
if (!postfork) {
|
if (!postfork) {
|
||||||
escaped(NULL);
|
escaped(NULL);
|
||||||
esc_router_info(NULL);
|
esc_router_info(NULL);
|
||||||
|
clean_up_backtrace_handler();
|
||||||
logs_free_all(); /* free log strings. do this last so logs keep working. */
|
logs_free_all(); /* free log strings. do this last so logs keep working. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue