Skip to content
Snippets Groups Projects
Commit e489bcc4 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

daemon: cleanup

parent a9b9563a
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,6 @@ int main(int argc, char **argv)
ret = run_worker(loop, &engine);
}
/* Cleanup. */
fprintf(stderr, "\n[system] quitting\n");
engine_deinit(&engine);
worker_reclaim(worker);
mp_delete(pool.ctx);
......
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