From: Nick Mathewson Date: Sun, 22 Jul 2007 22:56:33 +0000 (+0000) Subject: r13875@catbus: nickm | 2007-07-22 18:56:30 -0400 X-Git-Tag: tor-0.2.0.3-alpha~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d2f45978f0e0dd22d40946c98b83861f4d71d30;p=thirdparty%2Ftor.git r13875@catbus: nickm | 2007-07-22 18:56:30 -0400 Once more with feeling. svn:r10907 --- diff --git a/src/or/main.c b/src/or/main.c index 5ff6232641..d0c466dba9 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1786,8 +1786,7 @@ tor_free_all(int postfork) smartlist_free(closeable_connection_lst); smartlist_free(active_linked_connection_lst); tor_free(timeout_event); - /* Stuff in util.c */ - esc_router_info(NULL); + /* Stuff in util.c */ if (!postfork) { escaped(NULL); esc_router_info(NULL);