diff options
Diffstat (limited to 'src/or/main.c')
-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 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); |