From 3d31771da9fcd0be5db21ac19a34d978bfe6d78d Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 3 Oct 2012 12:46:09 -0400 Subject: Free some more still-in-use memory at exit --- src/or/rephist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/rephist.c') diff --git a/src/or/rephist.c b/src/or/rephist.c index f9c0b5beb..b9e7be1fc 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -3003,6 +3003,8 @@ rep_hist_free_all(void) digestmap_free(history_map, free_or_history); tor_free(read_array); tor_free(write_array); + tor_free(dir_read_array); + tor_free(dir_write_array); tor_free(last_stability_doc); tor_free(exit_bytes_read); tor_free(exit_bytes_written); -- cgit v1.2.3