Skip to content
Snippets Groups Projects
Commit 72954a3c authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

daemon: avoid a tiny memory leak

parent eeec66a1
Branches
Tags
No related merge requests found
......@@ -631,6 +631,7 @@ int main(int argc, char **argv)
}
}
/* Cleanup. */
free(keyfile);
engine_deinit(&engine);
worker_reclaim(worker);
mp_delete(pool.ctx);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment