Skip to content
Snippets Groups Projects
Commit fa202c41 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix memory leak in test_geoip

parent 1cf02605
No related branches found
No related tags found
No related merge requests found
......@@ -955,6 +955,7 @@ test_geoip(void)
geoip_start_dirreq((uint64_t) 1, 1024, DIRREQ_TUNNELED);
s = geoip_format_dirreq_stats(now + 86400);
test_streq(dirreq_stats_4, s);
tor_free(s);
/* Stop collecting directory request statistics and start gathering
* entry stats. */
......
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