Skip to content
Snippets Groups Projects
Commit 184b3270 authored by Lubos Slovak's avatar Lubos Slovak
Browse files

unittests: Fixed leaks in requestor & process_query

parent c2fe3136
No related branches found
No related tags found
1 merge request!330Knsupdate pubkey processing fix
......@@ -184,6 +184,7 @@ int main(int argc, char *argv[])
/* Cleanup. */
mp_delete((struct mempool *)mm.ctx);
server_deinit(&server);
conf_free(conf());
return 0;
}
......
......@@ -170,6 +170,7 @@ int main(int argc, char *argv[])
/* Cleanup. */
mp_delete((struct mempool *)mm.ctx);
server_deinit(&server);
conf_free(conf());
return 0;
}
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