Browse Source

Fix memory leak from prop264 branch. CID 1373401

Nick Mathewson 7 years ago
parent
commit
53255e925c
1 changed files with 1 additions and 0 deletions
  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;
 }