Sfoglia il codice sorgente

Fix memory leak from prop264 branch. CID 1373401

Nick Mathewson 9 anni fa
parent
commit
53255e925c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 }