소스 검색

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);
       goto done;
     }
+    tor_free(secret);
 
     /* all happy now. send an answer. */
     status = networkstatus_getinfo_by_purpose("bridge", time(NULL));