mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
More frees.
This commit is contained in:
parent
b5d95f264d
commit
eda1bf769f
4 changed files with 7 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ void free_config(struct sway_config *config) {
|
|||
}
|
||||
list_free(config->criteria);
|
||||
}
|
||||
free_mode(config->current_mode);
|
||||
free_bar_config(config->current_bar);
|
||||
list_free(config->no_focus);
|
||||
list_free(config->active_bar_modifiers);
|
||||
list_free(config->config_chain);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue