diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 82bf773e1f..c37b95a435 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -251,6 +251,7 @@ router_reload_router_list(void) tor_free(contents); } } + tor_free(fname); /* Don't cache expired routers. */ routerlist_remove_old_routers(ROUTER_MAX_AGE);