From: Roger Dingledine Date: Sat, 22 Dec 2007 11:54:33 +0000 (+0000) Subject: and clean up after myself X-Git-Tag: tor-0.2.0.14-alpha~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe006ad880b7183f4a430a83515eeaff87ca638a;p=thirdparty%2Ftor.git and clean up after myself svn:r12930 --- diff --git a/src/or/directory.c b/src/or/directory.c index 85fa3a144b..05e1558295 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));