and clean up after myself

svn:r12930
This commit is contained in:
Roger Dingledine 2007-12-22 11:54:33 +00:00
parent 88503e25c7
commit fe006ad880

View File

@ -2616,6 +2616,7 @@ directory_handle_command_get(dir_connection_t *conn, const char *headers,
tor_free(header); tor_free(header);
goto done; goto done;
} }
tor_free(secret);
/* all happy now. send an answer. */ /* all happy now. send an answer. */
status = networkstatus_getinfo_by_purpose("bridge", time(NULL)); status = networkstatus_getinfo_by_purpose("bridge", time(NULL));