mirror of
https://github.com/brl/mutter.git
synced 2025-01-11 04:02:36 +00:00
wayland/data-device: Guard against a potential crash
https://gitlab.gnome.org/GNOME/mutter/merge_requests/1031
This commit is contained in:
parent
6cc748cce9
commit
c27fc3537b
@ -1087,7 +1087,8 @@ drag_grab_button (MetaWaylandPointerGrab *grab,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
meta_wayland_data_source_set_current_offer (source, NULL);
|
if (source)
|
||||||
|
meta_wayland_data_source_set_current_offer (source, NULL);
|
||||||
meta_wayland_data_device_set_dnd_source (&seat->data_device, NULL);
|
meta_wayland_data_device_set_dnd_source (&seat->data_device, NULL);
|
||||||
unset_selection_source (&seat->data_device, META_SELECTION_DND);
|
unset_selection_source (&seat->data_device, META_SELECTION_DND);
|
||||||
success= FALSE;
|
success= FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user