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

Fix a brazen memleak in consdiffmgr_add_consensus()

parent dcc0a49a
No related branches found
No related tags found
No related merge requests found
......@@ -486,6 +486,7 @@ consdiffmgr_add_consensus(const char *consensus,
labels,
(const uint8_t *)body_compressed,
size_compressed);
tor_free(body_compressed);
config_free_lines(labels);
}
......
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