summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index d4dd8b3247..7b89bd7294 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -1784,6 +1784,7 @@ tor_free_all(int postfork)
tor_free(timeout_event);
/* Stuff in util.c */
escaped(NULL);
+ esc_router_info(NULL);
if (!postfork) {
logs_free_all(); /* free log strings. do this last so logs keep working. */
}