mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 10:28:58 +00:00
Carlos Garnacho
b6f5bab212
wayland: Plug surface pending state contents leak
When moving the pending state of an effectively synchronized subsurface so it is applied together with the parent, perform a merge of the source MetaWaylandPendingState into the destination one, instead of simply overwriting the struct. The other approach had 2 kind of leaks, one that would happen everytime a wl_surface.commit happens on a sync subsurface (both surface/buffer damage regions are leaked). The other more unlikely one would apply on the rest of pending state data, happening whenever the compositor gets >1 wl_surface.commit calls on the subsurface before the parent surface gets its own. The function has also been renamed to use the more descriptive "merge" term. Related: gnome-shell#64
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%