mirror of
https://github.com/swaywm/sway.git
synced 2024-11-04 23:43:14 +00:00
Correctly free bindings list
This commit is contained in:
parent
614034b001
commit
47f4aea9e7
|
@ -47,7 +47,7 @@ static void free_bar(struct bar_config *bar) {
|
|||
for (i = 0; i < bar->bindings->length; ++i) {
|
||||
free_sway_mouse_binding(bar->bindings->items[i]);
|
||||
}
|
||||
free(bar->bindings);
|
||||
list_free(bar->bindings);
|
||||
|
||||
for (i = 0; i < bar->outputs->length; ++i) {
|
||||
free(bar->outputs->items[i]);
|
||||
|
|
Loading…
Reference in a new issue