Skip to content
Snippets Groups Projects
Commit 3d77c67d authored by Karsten Loesing's avatar Karsten Loesing
Browse files

Fix memory leak spotted by Nick.

parent acd25558
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment