diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-05-09 13:41:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-05-09 13:57:00 -0400 |
commit | a1a7ebfb8dbb9b104771e99571b6a60c70ee1dbe (patch) | |
tree | 2ead9cb443616b6618e56825b9b2bdf7e4524aaf /src/or/main.c | |
parent | 61d5ce83a1ecc459798b530730316bfebe3bb192 (diff) | |
download | tor-a1a7ebfb8dbb9b104771e99571b6a60c70ee1dbe.tar.gz tor-a1a7ebfb8dbb9b104771e99571b6a60c70ee1dbe.zip |
Give responsibility for waking up from DORMANT to a mainloop event
Closes ticket 26064.
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index c3505a2d91..9cbe5c8d90 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -3618,6 +3618,8 @@ tor_free_all(int postfork) hs_free_all(); dos_free_all(); circuitmux_ewma_free_all(); + accounting_free_all(); + if (!postfork) { config_free_all(); or_state_free_all(); |