diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-09-30 21:38:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-09-30 21:38:57 +0000 |
commit | 9e54e2e2931a4c86ff13b70a8a04024f83cd67a2 (patch) | |
tree | b5d383f37f23e2b25c540f9929e85c1ed8084932 /src/or/main.c | |
parent | 808e584a875e12ee084b49636283a1a24fce5f91 (diff) | |
download | tor-9e54e2e2931a4c86ff13b70a8a04024f83cd67a2.tar.gz tor-9e54e2e2931a4c86ff13b70a8a04024f83cd67a2.zip |
free helper node status info on shutdown
svn:r5177
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c index cbc3e6db2a..16a3671877 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1361,6 +1361,7 @@ tor_free_all(int postfork) dns_free_all(); clear_pending_onions(); circuit_free_all(); + helper_nodes_free_all(); connection_free_all(); if (!postfork) { config_free_all(); |