mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
Jonas Ådahl
08ac192b9d
wayland: Handle wl_data_device being destroyed while focused
A wl_data_device object may be created while it is being focused, either because the client destroyed it or because the client was destroyed. Handle this by early out in focus handler vfuncs the case where it was destroyed, so that we don't corrupt memory and/or cause segmentation fault. https://bugzilla.gnome.org/show_bug.cgi?id=765062
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%