aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-22 22:56:33 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-22 22:56:33 +0000
commit4d2f45978f0e0dd22d40946c98b83861f4d71d30 (patch)
treef0452b9279ff4a2d3434dcde834ce89580066835 /src/or/main.c
parent6640fdeeee844f9da1f2c2dd57c65a87cb6b7df4 (diff)
downloadtor-4d2f45978f0e0dd22d40946c98b83861f4d71d30.tar
tor-4d2f45978f0e0dd22d40946c98b83861f4d71d30.tar.gz
r13875@catbus: nickm | 2007-07-22 18:56:30 -0400
Once more with feeling. svn:r10907
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/main.c b/src/or/main.c
index 5ff623264..d0c466dba 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);