Loading src/or/main.c +2 −1 Original line number Diff line number Diff line Loading @@ -1543,6 +1543,7 @@ tor_cleanup(void) unlink(options->PidFile); if (accounting_is_enabled(options)) accounting_record_bandwidth_usage(time(NULL)); 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(); Loading Loading
src/or/main.c +2 −1 Original line number Diff line number Diff line Loading @@ -1543,6 +1543,7 @@ tor_cleanup(void) unlink(options->PidFile); if (accounting_is_enabled(options)) accounting_record_bandwidth_usage(time(NULL)); 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(); Loading