Explorar o código

Fix memory leak from prop264 branch. CID 1373401

Nick Mathewson %!s(int64=9) %!d(string=hai) anos
pai
achega
53255e925c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }