aboutsummaryrefslogtreecommitdiff
path: root/src/app/main
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-05 14:23:10 +1000
committerteor <teor@torproject.org>2019-11-05 14:23:10 +1000
commit61694695469824f5daf5155d5f072dd97be22c32 (patch)
tree6d09e71c4ca8f3db5914d5e6b1ec3e37e3e62f95 /src/app/main
parentd3af23783c35151a511fc7fc37d88cf41831448c (diff)
parentbcb38d984d42a75832db9fc8f3b70d54dce472e4 (diff)
downloadtor-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.c2
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) {