mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Florian Müllner
aebd5ba6e0
stage-view: Fix memory handling of :framebuffer property
Currently the setter doesn't take ownership of the value, but dispose() will unref it (and thus release someone else's reference). Fix this by taking ownership of the property value in the setter.
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%