diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/shutdown.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/main/shutdown.c b/src/app/main/shutdown.c index 9239a0cf0f..fd9512ce4b 100644 --- a/src/app/main/shutdown.c +++ b/src/app/main/shutdown.c @@ -39,7 +39,6 @@ #include "feature/dirauth/bwauth.h" #include "feature/dirauth/dirvote.h" #include "feature/dirauth/keypin.h" -#include "feature/dirauth/process_descs.h" #include "feature/dirauth/shared_random.h" #include "feature/dircache/consdiffmgr.h" #include "feature/dircache/dirserv.h" @@ -128,7 +127,6 @@ tor_free_all(int postfork) routerlist_free_all(); networkstatus_free_all(); addressmap_free_all(); - dirserv_free_fingerprint_list(); dirserv_free_all(); dirserv_clear_measured_bw_cache(); rend_cache_free_all(); |