mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix memory leak spotted by Nick.
This commit is contained in:
parent
acd25558b8
commit
3d77c67d93
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user