mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
config: free URL bindings
This commit is contained in:
parent
ee39966ded
commit
b255aea3ed
2 changed files with 5 additions and 0 deletions
1
config.c
1
config.c
|
|
@ -2406,6 +2406,7 @@ config_free(struct config conf)
|
|||
tll_free(conf.bindings.key);
|
||||
tll_free(conf.bindings.mouse);
|
||||
tll_free(conf.bindings.search);
|
||||
tll_free(conf.bindings.url);
|
||||
|
||||
user_notifications_free(&conf.notifications);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue