mirror of
https://github.com/brl/mutter.git
synced 2025-02-01 22:32:05 +00:00
0d9ded403f
When we created the DMA buffer backed CoglFramebuffer, we handed it over to CoglDmaBufHandle which took its own reference. What we failed to do was to release our own reference to it, effectively leaking it. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1283 (cherry picked from commit c823b5ddba18d30e1fdb74d6764cd40637dc4054)