Преглед изворни кода

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;
 }