mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Carlos Garnacho
405f1ce3d0
wayland: Avoid use of struct data after destruction
data_device_end_drag_grab() will destroy the MetaWaylandDragGrab struct, so we definitely must not use it after destruction.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%