From de8d87f5ae9f9b18967a820f260619dc1d4bb600 Mon Sep 17 00:00:00 2001 From: emersion Date: Sun, 28 Oct 2018 12:23:47 +0100 Subject: [PATCH] input-method-v2: initialize destroy signal --- types/wlr_input_method_v2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/types/wlr_input_method_v2.c b/types/wlr_input_method_v2.c index fc9fa62b..c68ff88b 100644 --- a/types/wlr_input_method_v2.c +++ b/types/wlr_input_method_v2.c @@ -266,6 +266,7 @@ struct wlr_input_method_manager_v2 *wlr_input_method_manager_v2_create( return NULL; } wl_signal_init(&im_manager->events.input_method); + wl_signal_init(&im_manager->events.destroy); wl_list_init(&im_manager->bound_resources); wl_list_init(&im_manager->input_methods);