More frees.

This commit is contained in:
Connor E 2018-11-13 14:42:00 +00:00
parent b5d95f264d
commit eda1bf769f
4 changed files with 7 additions and 0 deletions

View file

@ -46,6 +46,7 @@ void free_bar_config(struct bar_config *bar) {
free(bar->position);
free(bar->hidden_state);
free(bar->status_command);
free(bar->swaybar_command);
free(bar->font);
free(bar->separator_symbol);
for (int i = 0; i < bar->bindings->length; i++) {