From aef64c12772aa9f484f05fb3de85406f7d9ac5be Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 20 Nov 2006 16:07:33 +0000 Subject: r9577@Kushana: nickm | 2006-11-20 11:07:28 -0500 Oops; fix bug in last fix. Time to get some coffee. svn:r8970 --- src/or/circuitbuild.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/or/circuitbuild.c') diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 7b414b9bb2..29a762e887 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1252,12 +1252,12 @@ choose_good_exit_server_general(routerlist_t *dir, int need_uptime, "to list of all routers.", need_capacity?", fast":"", need_uptime?", stable":""); - return choose_good_exit_server_general(dir, 0, 0);//!!!! + smartlist_free(preferredexits); + smartlist_free(excludedexits); + smartlist_free(sl); + tor_free(n_supported); + return choose_good_exit_server_general(dir, 0, 0); } - smartlist_free(preferredexits); - smartlist_free(excludedexits); - smartlist_free(sl); - tor_free(n_supported); log_notice(LD_CIRC, "All routers are down or won't exit -- choosing a " "doomed exit at random."); } -- cgit v1.2.3-54-g00ecf