diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 8c2c563978..113b063b78 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -501,6 +501,7 @@ router_rebuild_store(int force, int extrainfo) if (signed_descriptors) smartlist_free(signed_descriptors); tor_free(fname); + tor_free(fname_tmp); SMARTLIST_FOREACH(chunk_list, sized_chunk_t *, c, tor_free(c)); smartlist_free(chunk_list);