aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index f899483d..de1a1881 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -51,6 +51,7 @@ void seat_destroy(struct sway_seat *seat) {
51 wl_list_for_each_safe(seat_device, next, &seat->devices, link) { 51 wl_list_for_each_safe(seat_device, next, &seat->devices, link) {
52 seat_device_destroy(seat_device); 52 seat_device_destroy(seat_device);
53 } 53 }
54 sway_input_method_relay_finish(&seat->im_relay);
54 sway_cursor_destroy(seat->cursor); 55 sway_cursor_destroy(seat->cursor);
55 wl_list_remove(&seat->new_node.link); 56 wl_list_remove(&seat->new_node.link);
56 wl_list_remove(&seat->request_start_drag.link); 57 wl_list_remove(&seat->request_start_drag.link);