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 d440ba9a8..3a1984d76 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1255,6 +1255,7 @@ void tor_free_all(void) free_dir_policy(); dirserv_free_all(); rend_service_free_all(); + rend_cache_free_all(); rep_hist_free_all(); dns_free_all(); clear_pending_onions(); |