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

--- Comment #1 from Kalev Lember <[email protected]> ---
Created attachment 334911
  --> https://bugzilla.gnome.org/attachment.cgi?id=334911&action=edit
wayland: Don't destroy cursor backing storage when the buffer is released

As per wayland documentation, a client is free to re-use a buffer and its
backing storage after it is released by the compositor. This commit changes the
wayland cursor cairo_surface destroy logic so that the surface is destroyed
together with the cursor object and kept around meanwhile.

This fixes a cairo_surface refcount underrun and a virt-manager crash reported
in https://bugzilla.redhat.com/show_bug.cgi?id=1373372

-- 
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