From baab35c46970c418c617ae53f245d09cd2743bd0 Mon Sep 17 00:00:00 2001 From: yuiiio Date: Sun, 19 Jan 2025 06:33:43 +0900 Subject: [PATCH] ime: cleanup new_popup_surface listener when destroy --- src/input/ime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/ime.c b/src/input/ime.c index dfaf0db4..322bb183 100644 --- a/src/input/ime.c +++ b/src/input/ime.c @@ -375,6 +375,7 @@ handle_input_method_destroy(struct wl_listener *listener, void *data) assert(relay->input_method == data); wl_list_remove(&relay->input_method_commit.link); wl_list_remove(&relay->input_method_grab_keyboard.link); + wl_list_remove(&relay->input_method_new_popup_surface.link); wl_list_remove(&relay->input_method_destroy.link); relay->input_method = NULL;