diff options
Diffstat (limited to 'src')
-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)); |