diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-22 22:56:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-22 22:56:33 +0000 |
commit | 4d2f45978f0e0dd22d40946c98b83861f4d71d30 (patch) | |
tree | f0452b9279ff4a2d3434dcde834ce89580066835 | |
parent | 6640fdeeee844f9da1f2c2dd57c65a87cb6b7df4 (diff) | |
download | tor-4d2f45978f0e0dd22d40946c98b83861f4d71d30.tar tor-4d2f45978f0e0dd22d40946c98b83861f4d71d30.tar.gz |
r13875@catbus: nickm | 2007-07-22 18:56:30 -0400
Once more with feeling.
svn:r10907
-rw-r--r-- | src/or/main.c | 3 |
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); |