diff options
author | teor <teor@torproject.org> | 2019-11-05 14:23:10 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-05 14:23:10 +1000 |
commit | 61694695469824f5daf5155d5f072dd97be22c32 (patch) | |
tree | 6d09e71c4ca8f3db5914d5e6b1ec3e37e3e62f95 /src/app/main | |
parent | d3af23783c35151a511fc7fc37d88cf41831448c (diff) | |
parent | bcb38d984d42a75832db9fc8f3b70d54dce472e4 (diff) | |
download | tor-61694695469824f5daf5155d5f072dd97be22c32.tar.gz tor-61694695469824f5daf5155d5f072dd97be22c32.zip |
Merge remote-tracking branch 'tor-github/pr/1477'
Diffstat (limited to 'src/app/main')
-rw-r--r-- | src/app/main/shutdown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index 93d6351d1b..cc07b921c3 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -45,6 +45,7 @@ #include "feature/nodelist/routerlist.h" #include "feature/nodelist/routerlist.h" #include "feature/relay/ext_orport.h" +#include "feature/relay/relay_config.h" #include "feature/rend/rendcache.h" #include "feature/rend/rendclient.h" #include "feature/stats/geoip_stats.h" @@ -143,6 +144,7 @@ tor_free_all(int postfork) if (!postfork) { config_free_all(); + relay_config_free_all(); or_state_free_all(); } if (!postfork) { |