diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index 49a7245ab4..9f325fbaf1 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1781,6 +1781,7 @@ tor_free_all(int postfork) } dirvote_free_all(); routerlist_free_all(); + networkstatus_free_all(); addressmap_free_all(); set_exit_redirects(NULL); /* free the registered exit redirects */ dirserv_free_all(); |