diff options
-rw-r--r-- | src/or/rephist.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/rephist.c b/src/or/rephist.c index bba96ffb12..63e602d052 100644 --- a/src/or/rephist.c +++ b/src/or/rephist.c @@ -2011,6 +2011,9 @@ rep_hist_exit_stats_history(time_t now) written_string, read_string, streams_string); + tor_free(written_string); + tor_free(read_string); + tor_free(streams_string); return result; } |