[Wayland-bugs] [Bug 761312] memory leak
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Wed Feb 3 03:19:38 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761312
--- Comment #40 from Ray Strode [halfline] <rstrode at redhat.com> ---
Created attachment 320309
--> https://bugzilla.gnome.org/attachment.cgi?id=320309&action=edit
wayland: don't handle buffer release centrally
Right now we handle buffer releases coming from the
compositor in a central place. We add a listener when
first creating the shared buffers.
This is problematic because a buffer can only have
one listener on it at once so users of the buffer
can't get notified when it's released.
This commit moves the buffer listener code from the
centrally managed display code to the cursor and window
code.
--
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/20160203/282df27c/attachment.html>
More information about the wayland-bugs
mailing list