Commit 0366addd authored by Max Kellermann's avatar Max Kellermann

client: remove "expire" event on exit

parent e3c6ad51
......@@ -620,6 +620,9 @@ void client_manager_deinit(void)
client_close_all();
client_max_connections = 0;
if (expire_source_id != 0)
g_source_remove(expire_source_id);
}
static void
......
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