diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index f2457c4205..8e054f277c 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1896,7 +1896,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 */ + /* Stuff in util.c and address.c*/ if (!postfork) { escaped(NULL); esc_router_info(NULL); |