X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstartupnotify.c;h=9b81d988f3a782a97f705e998ee0625a263476a4;hb=2877e9a248ddd627a3878ba79878b2127744c27b;hp=8866e40a1b1cfe66e4ca081b652acb96bd147b80;hpb=1d6e2c13573a6dcbcefd292b23130f3734cf2f1b;p=chaz%2Fopenbox diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 8866e40a..9b81d988 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -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);