mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Silence a valgrind warning
This commit is contained in:
parent
8bc1abd1f5
commit
65fe6fc418
1 changed files with 0 additions and 1 deletions
|
|
@ -461,7 +461,6 @@ wl_input_device_end_grab(struct wl_input_device *device, uint32_t time)
|
||||||
|
|
||||||
interface = device->grab->interface;
|
interface = device->grab->interface;
|
||||||
interface->end(device->grab, time);
|
interface->end(device->grab, time);
|
||||||
device->grab->input_device = NULL;
|
|
||||||
device->grab = NULL;
|
device->grab = NULL;
|
||||||
|
|
||||||
wl_list_remove(&device->grab_listener.link);
|
wl_list_remove(&device->grab_listener.link);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue