diff options
Diffstat (limited to 'src/or')
-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 3c661cd12..f406e852e 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2545,6 +2545,7 @@ tor_free_all(int postfork) microdesc_free_all(); ext_orport_free_all(); control_free_all(); + sandbox_free_getaddrinfo_cache(); if (!postfork) { config_free_all(); or_state_free_all(); |