https://bugzilla.gnome.org/show_bug.cgi?id=735226 gtk+ | Backend: Wayland | unspecified
--- Comment #3 from Carlos Garnacho <[email protected]> 2014-09-01 18:26:16 UTC --- Created an attachment (id=285049) View: https://bugzilla.gnome.org/attachment.cgi?id=285049 Review: https://bugzilla.gnome.org/review?bug=735226&attachment=285049 wayland: Unset window_impl->commit_pending when hiding the surface A surface may be hidden when a frame is already scheduled, which may cause crashes on on_frame_clock_after_paint() when calling commit() on a NULL surface. To fix this, ensure commit_pending is also set to FALSE when the surface is gone. -- Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
