瀏覽代碼

and clean up after myself

svn:r12930
Roger Dingledine 18 年之前
父節點
當前提交
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);
       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));