mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-08 13:29:47 -05:00
Fix EGLImageKHR leak in wl_buffer destroy
This commit is contained in:
parent
45115a435e
commit
98ffc93b95
2 changed files with 4 additions and 5 deletions
|
|
@ -121,6 +121,7 @@ struct wlsc_drm {
|
|||
|
||||
struct wlsc_buffer {
|
||||
struct wl_buffer base;
|
||||
struct wlsc_compositor *compositor;
|
||||
int32_t width, height;
|
||||
EGLImageKHR image;
|
||||
struct wl_visual *visual;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue