mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and bust another memory leak
svn:r3105
This commit is contained in:
@@ -1000,6 +1000,7 @@ static routerinfo_t *choose_good_exit_server_general(routerlist_t *dir)
|
||||
if (router)
|
||||
break;
|
||||
}
|
||||
SMARTLIST_FOREACH(needed_ports, char *, cp, tor_free(cp));
|
||||
smartlist_free(needed_ports);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user