client: remove "expire" event on exit

This commit is contained in:
Max Kellermann 2009-01-10 18:55:39 +01:00
parent e3c6ad515d
commit 0366adddbd

View File

@ -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