mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
Olivier Fourdan
2bf7974076
wayland: do not leak shortcut inhibit data
We would free the shortcut inhibit data only when the client destroys its request, which is not the case when the clients itself is destroyed, leading to a leak of the shortcut inhibit data. Free the data on resource destruction instead, and simply destroy the resource on destroy request. https://bugzilla.gnome.org/show_bug.cgi?id=787568
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%