diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-04-17 14:52:51 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-05-16 14:07:25 +0300 |
commit | 69a277f635d9f5d6e40d1f1e85110621b5c49169 (patch) | |
tree | 6fec1310a48b0f11dda5610e4021aed1373fe10b /src/app/main/shutdown.c | |
parent | 5791bc9d768df8897bc471dba4def75c812cfcf2 (diff) | |
download | tor-69a277f635d9f5d6e40d1f1e85110621b5c49169.tar.gz tor-69a277f635d9f5d6e40d1f1e85110621b5c49169.zip |
Introduce circpad free_all() function.
Diffstat (limited to 'src/app/main/shutdown.c')
-rw-r--r-- | src/app/main/shutdown.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index 1871717ad5..e4dcaa1324 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -139,6 +139,7 @@ tor_free_all(int postfork) dos_free_all(); circuitmux_ewma_free_all(); accounting_free_all(); + circpad_free_all(); if (!postfork) { config_free_all(); |