소스 검색

Fix memory leak from prop264 branch. CID 1373401

Nick Mathewson 9 년 전
부모
커밋
53255e925c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/or/router.c

+ 1 - 0
src/or/router.c

@@ -2954,6 +2954,7 @@ router_dump_router_to_string(routerinfo_t *router,
   tor_free(rsa_tap_cc_line);
   tor_free(ntor_cc_line);
   tor_free(extra_info_line);
+  tor_free(proto_line);
 
   return output;
 }