mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
config: free URL bindings
This commit is contained in:
parent
ee39966ded
commit
b255aea3ed
2 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,10 @@ seat_destroy(struct seat *seat)
|
|||
tll_free(it->item.bind.key_codes);
|
||||
tll_free(seat->kbd.bindings.search);
|
||||
|
||||
tll_foreach(seat->kbd.bindings.url, it)
|
||||
tll_free(it->item.bind.key_codes);
|
||||
tll_free(seat->kbd.bindings.url);
|
||||
|
||||
tll_free(seat->mouse.bindings);
|
||||
|
||||
if (seat->kbd.xkb_compose_state != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue