mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
and another fix
svn:r6138
This commit is contained in:
parent
98476c71d2
commit
a98b25137c
1 changed files with 2 additions and 1 deletions
|
@ -1543,7 +1543,8 @@ tor_cleanup(void)
|
|||
unlink(options->PidFile);
|
||||
if (accounting_is_enabled(options))
|
||||
accounting_record_bandwidth_usage(time(NULL));
|
||||
or_state_save();
|
||||
if (options->command == CMD_RUN_TOR)
|
||||
or_state_save();
|
||||
tor_free_all(0); /* move tor_free_all back into the ifdef below later. XXX*/
|
||||
crypto_global_cleanup();
|
||||
#ifdef USE_DMALLOC
|
||||
|
|
Loading…
Add table
Reference in a new issue