diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index a94324d3f2..446ed06250 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -344,6 +344,7 @@ router_rebuild_store(int force) smartlist_free(old_routers); smartlist_free(routers); tor_free(fname); + tor_free(fname_tmp); SMARTLIST_FOREACH(chunk_list, sized_chunk_t *, c, tor_free(c)); smartlist_free(chunk_list); return r; |