mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Don't destroy wayland buffer attached to a surface.
This commit is contained in:
@@ -126,10 +126,6 @@ set_cursor_image(UwacSeat* seat, uint32_t serial)
|
||||
wl_surface_commit(surface);
|
||||
}
|
||||
|
||||
if (buffer) {
|
||||
wl_buffer_destroy(buffer);
|
||||
}
|
||||
|
||||
wl_pointer_set_cursor(seat->pointer,
|
||||
serial,
|
||||
surface,
|
||||
|
||||
Reference in New Issue
Block a user