Revert "More frees."

This reverts commit eda1bf769f.
This commit is contained in:
Connor E 2019-02-01 11:52:37 +00:00
parent 49b667272b
commit 2f2a887377
2 changed files with 0 additions and 3 deletions

View file

@ -46,7 +46,6 @@ 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++) {