mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-13 08:30:19 +01:00
evdev: Release weston_seat with underlying evdev device
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
9d67bb202a
commit
19b5a3707a
1 changed files with 1 additions and 1 deletions
|
|
@ -774,7 +774,7 @@ evdev_input_destroy(struct weston_seat *seat_base)
|
|||
evdev_remove_devices(seat_base);
|
||||
evdev_disable_udev_monitor(&seat->base);
|
||||
|
||||
wl_list_remove(&seat->base.link);
|
||||
weston_seat_release(seat_base);
|
||||
free(seat->seat_id);
|
||||
free(seat);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue