mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
input/text_input: fix dangling listeners
This commit is contained in:
parent
d6150b6bb0
commit
07b0598526
@ -109,6 +109,9 @@ static void handle_im_destroy(struct wl_listener *listener, void *data) {
|
||||
input_method_destroy);
|
||||
struct wlr_input_method_v2 *context = data;
|
||||
assert(context == relay->input_method);
|
||||
wl_list_remove(&relay->input_method_commit.link);
|
||||
wl_list_remove(&relay->input_method_grab_keyboard.link);
|
||||
wl_list_remove(&relay->input_method_destroy.link);
|
||||
wl_list_remove(&relay->input_method_new_popup_surface.link);
|
||||
relay->input_method = NULL;
|
||||
struct sway_text_input *text_input = relay_get_focused_text_input(relay);
|
||||
|
Loading…
Reference in New Issue
Block a user