From cb21ede02072b755e419dac9d60f664823b8fb79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 8 Mar 2020 15:30:05 +0100 Subject: [PATCH] wayland: free 'search' key bindings on destroy --- wayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland.c b/wayland.c index 8916baed..69407964 100644 --- a/wayland.c +++ b/wayland.c @@ -912,6 +912,7 @@ wayl_destroy(struct wayland *wayl) wp_presentation_destroy(wayl->presentation); tll_free(wayl->kbd.bindings.key); + tll_free(wayl->kbd.bindings.search); if (wayl->kbd.xkb_compose_state != NULL) xkb_compose_state_unref(wayl->kbd.xkb_compose_state); if (wayl->kbd.xkb_compose_table != NULL)