mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
config: add a couple of forgotten frees
This commit is contained in:
parent
8a771785ad
commit
9f5d539657
2 changed files with 7 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ void free_bar_config(struct bar_config *bar) {
|
|||
if (!bar) {
|
||||
return;
|
||||
}
|
||||
free(bar->id);
|
||||
free(bar->mode);
|
||||
free(bar->position);
|
||||
free(bar->hidden_state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue