Преглед изворни кода

and clean up after myself

svn:r12930
Roger Dingledine пре 17 година
родитељ
комит
fe006ad880
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/or/directory.c

+ 1 - 0
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));