Commit a673d6be authored by Max Kellermann's avatar Max Kellermann

main: deinitialize main_notify on exit

parent 52f1671e
......@@ -319,6 +319,7 @@ int main(int argc, char *argv[])
g_debug("db_finish took %f seconds",
((float)(clock()-start))/CLOCKS_PER_SEC);
notify_deinit(&main_notify);
event_pipe_deinit();
input_stream_global_finish();
......
Markdown is supported
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