https://bugzilla.gnome.org/show_bug.cgi?id=762468

Alexander Larsson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #31 from Alexander Larsson <[email protected]> ---
You need something like: (untested)

a/gdk/gdkevents.c b/gdk/gdkevents.c
index a094d4a..e14f9ab 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -2201,6 +2201,7 @@ _gdk_set_window_state (GdkWindow      *window,
     {
       old = window->old_state;
       _gdk_event_queue_remove_link (display, pending_event_link);
+      gdk_event_free ((GdkEvent *)pending_event_link->data);
       g_list_free_1 (pending_event_link);
     }
   else

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to