[Wayland-bugs] [Bug 761312] memory leak
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Feb 2 00:18:15 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761312
--- Comment #17 from Jonas Ã…dahl <jadahl at gmail.com> ---
Review of attachment 320152:
::: src/wayland/meta-wayland-surface.c
@@ +610,3 @@
+ if (pending->buffer)
+ meta_wayland_buffer_release_control (pending->buffer);
Is this really correct? If the buffer is an EGL buffer, then doesn't our
surface actor texture directly map to the buffer allocated by the client? I.e.
we cannot release the buffer until it is replaced by a future commit + next
frame, if the buffer is a EGL buffer. For SHM buffers than this looks good.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20160202/aba6db37/attachment.html>
More information about the wayland-bugs
mailing list