diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-10-14 16:05:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-18 18:46:07 -0400 |
commit | d61b5df9c1bed57cb39888a1f256cf6c234c29eb (patch) | |
tree | 4d0b322bb0d7c9db0030b99336804d392f1891f4 /src/or/main.c | |
parent | e26a79ca8aa0df0bd03b69ef18b49fb94b22943b (diff) | |
download | tor-d61b5df9c1bed57cb39888a1f256cf6c234c29eb.tar.gz tor-d61b5df9c1bed57cb39888a1f256cf6c234c29eb.zip |
Fix various bugs in microdescriptor caching.
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 25182919ae..9605b2bca8 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1985,6 +1985,7 @@ tor_free_all(int postfork) connection_free_all(); buf_shrink_freelists(1); memarea_clear_freelist(); + microdesc_free_all(); if (!postfork) { config_free_all(); router_free_all(); |