diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-22 11:54:33 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-22 11:54:33 +0000 |
commit | fe006ad880b7183f4a430a83515eeaff87ca638a (patch) | |
tree | 18aa36a2d10ff778d26b549acd9c6ab204f10fb4 /src/or | |
parent | 88503e25c78cd1b27064d2009dbdb0d5a8a49675 (diff) | |
download | tor-fe006ad880b7183f4a430a83515eeaff87ca638a.tar tor-fe006ad880b7183f4a430a83515eeaff87ca638a.tar.gz |
and clean up after myself
svn:r12930
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/directory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/directory.c b/src/or/directory.c index 85fa3a144..05e155829 100644 --- a/src/or/directory.c +++ b/src/or/directory.c @@ -2616,6 +2616,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers, tor_free(header); goto done; } + tor_free(secret); /* all happy now. send an answer. */ status = networkstatus_getinfo_by_purpose("bridge", time(NULL)); |