wayland: free 'search' key bindings on destroy

This commit is contained in:
Daniel Eklöf 2020-03-08 15:30:05 +01:00
parent 0d188895c3
commit cb21ede020
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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)