mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
and bust another memory leak
svn:r3105
This commit is contained in:
parent
5d961c2c06
commit
d9f86e2782
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user