diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-08 21:21:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-08 21:21:50 +0000 |
commit | 18ec60386135be413b28bdf9fb7c2c64b1186280 (patch) | |
tree | fb4d110f649e74faa9fc3c05e0e46f592aaed54d /src/or/main.c | |
parent | 13f7f98ad2d8a9e7268dbca4b242b3e08e966021 (diff) | |
download | tor-18ec60386135be413b28bdf9fb7c2c64b1186280.tar.gz tor-18ec60386135be413b28bdf9fb7c2c64b1186280.zip |
r14802@Kushana: nickm | 2007-10-08 17:21:30 -0400
Refactor out about a third of routerlist.c into a new networkstatus.c. I\m not sure that I got everything that needed to move, but so far so good.
svn:r11791
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 49a7245ab4..9f325fbaf1 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -1781,6 +1781,7 @@ tor_free_all(int postfork) } dirvote_free_all(); routerlist_free_all(); + networkstatus_free_all(); addressmap_free_all(); set_exit_redirects(NULL); /* free the registered exit redirects */ dirserv_free_all(); |