Skip to content
Snippets Groups Projects
Commit cbbb84ec authored by Vitezslav Kriz's avatar Vitezslav Kriz
Browse files

conf: add missing mempool cleanup

parent 8b4a7cba
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,7 @@ int conf_new(
return KNOT_EOK;
new_error:
yp_scheme_free(out->scheme);
mp_delete(out->mm->ctx);
free(out->mm);
free(out);
......
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