remove the x event handler
This commit is contained in:
parent
c9ef2f0118
commit
2877e9a248
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ void sn_shutdown(gboolean reconfig)
|
|||
|
||||
if (reconfig) return;
|
||||
|
||||
ob_main_loop_x_remove(ob_main_loop, sn_handler);
|
||||
|
||||
for (it = sn_waits; it; it = g_slist_next(it))
|
||||
wait_data_free(it->data);
|
||||
g_slist_free(sn_waits);
|
||||
|
|
Loading…
Reference in a new issue