Skip to content
Snippets Groups Projects
Commit 53255e92 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix memory leak from prop264 branch. CID 1373401

parent 153ff4f5
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment