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 6e449e0ef..e25238307 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1764,6 +1764,7 @@ tor_free_all(int postfork) if (!postfork) { evdns_shutdown(1); } + dirvote_free_all(); routerlist_free_all(); addressmap_free_all(); set_exit_redirects(NULL); /* free the registered exit redirects */ |