]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
and clean up after myself
authorRoger Dingledine <arma@torproject.org>
Sat, 22 Dec 2007 11:54:33 +0000 (11:54 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 22 Dec 2007 11:54:33 +0000 (11:54 +0000)
svn:r12930

src/or/directory.c

index 85fa3a144b2ec5984bbf5eeebb1428c8072eb25a..05e15582952b7ced504dd9b9196c18691357235e 100644 (file)
@@ -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));