diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-12-17 22:44:11 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-12-17 22:44:11 +0000 |
commit | 820159cac540b4777fb639de663d72f04690e2a2 (patch) | |
tree | 19c9e2111094adf957641203ffb9e95b260e997a /src/or/main.c | |
parent | 7412008d1457300535c751060991e7ea8ffa2279 (diff) | |
download | tor-820159cac540b4777fb639de663d72f04690e2a2.tar.gz tor-820159cac540b4777fb639de663d72f04690e2a2.zip |
r15530@tombo: nickm | 2007-12-17 16:54:03 -0500
First wodge of geoip code so bridges can figure out which countries are blocking them.
svn:r12845
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 1bbd6cd111..2322a5cd68 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1803,6 +1803,7 @@ tor_free_all(int postfork) if (!postfork) { evdns_shutdown(1); } + geoip_free_all(); dirvote_free_all(); routerlist_free_all(); networkstatus_free_all(); |