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)