mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Call release_lockfile() before exiting.
svn:r17679
This commit is contained in:
parent
9c3d17ebb5
commit
4911ec627b
1 changed files with 3 additions and 0 deletions
|
@ -1963,6 +1963,9 @@ tor_free_all(int postfork)
|
|||
if (active_linked_connection_lst)
|
||||
smartlist_free(active_linked_connection_lst);
|
||||
tor_free(timeout_event);
|
||||
if (!postfork) {
|
||||
release_lockfile();
|
||||
}
|
||||
/* Stuff in util.c and address.c*/
|
||||
if (!postfork) {
|
||||
escaped(NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue