mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-25 01:40:19 -05:00
wayland: free 'search' key bindings on destroy
This commit is contained in:
parent
0d188895c3
commit
cb21ede020
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue