mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a small filename leak
svn:r5170
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user