diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-11 12:45:25 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-11 12:45:25 -0500 |
commit | 05ac3d0458466bd8ffc69339a4bf8e34088d9d80 (patch) | |
tree | 18741abb304de4419862314d9da2fa40aec900c4 /src/or/main.c | |
parent | 751595551afb6282d952c482a11db35daf3736ab (diff) | |
parent | 3b465ebf2eedecfa0659f91a6ed7dc667e7acde7 (diff) | |
download | tor-05ac3d0458466bd8ffc69339a4bf8e34088d9d80.tar.gz tor-05ac3d0458466bd8ffc69339a4bf8e34088d9d80.zip |
Merge branch 'restart_nocrash'
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index fe31f0ed0b..5d4825ca95 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3478,6 +3478,7 @@ tor_free_all(int postfork) if (!postfork) { release_lockfile(); } + tor_libevent_free_all(); /* Stuff in util.c and address.c*/ if (!postfork) { escaped(NULL); |