X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=fe5ddc49c3a5a37f822c05ae7f3e230ea5c572e2;hb=88f83fc927638aef2ca0e174ba12db822df9b7ef;hp=3a8b57fea61e300955fb82fd07eead05e6127332;hpb=806a8c411f10c7a2292bfac15d77c8609f56ee71;p=chaz%2Fopenbox diff --git a/openbox/frame.c b/openbox/frame.c index 3a8b57fe..fe5ddc49 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -497,7 +497,7 @@ void frame_release_client(ObFrame *self, ObClient *client) g_hash_table_remove(window_map, &self->tlresize); g_hash_table_remove(window_map, &self->trresize); - ob_main_loop_timeout_remove(ob_main_loop, flash_timeout); + ob_main_loop_timeout_remove_data(ob_main_loop, flash_timeout, self); frame_free(self); }