mirror of
https://github.com/swaywm/sway.git
synced 2026-04-16 08:21:30 -04:00
also free tray_background configuration
This commit is contained in:
parent
03bd0c74c0
commit
49d8cf1d94
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ void free_bar_config(struct bar_config *bar) {
|
|||
free(bar->colors.binding_mode_bg);
|
||||
free(bar->colors.binding_mode_text);
|
||||
#if HAVE_TRAY
|
||||
free(bar->colors.tray_background);
|
||||
list_free_items_and_destroy(bar->tray_outputs);
|
||||
free(bar->icon_theme);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue