client: remove "expire" event on exit
This commit is contained in:
parent
e3c6ad515d
commit
0366adddbd
@ -620,6 +620,9 @@ void client_manager_deinit(void)
|
|||||||
client_close_all();
|
client_close_all();
|
||||||
|
|
||||||
client_max_connections = 0;
|
client_max_connections = 0;
|
||||||
|
|
||||||
|
if (expire_source_id != 0)
|
||||||
|
g_source_remove(expire_source_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user