Revert "Add some missing frees."

This reverts commit b5d95f264d.
This commit is contained in:
Connor E 2019-02-01 11:51:03 +00:00
parent de76c4e071
commit 49b667272b
3 changed files with 3 additions and 6 deletions

View file

@ -108,7 +108,6 @@ void free_config(struct swaybar_config *config) {
free(config->mode);
free(config->hidden_state);
free(config->sep_symbol);
free(config->modifier);
for (int i = 0; i < config->bindings->length; i++) {
struct swaybar_binding *binding = config->bindings->items[i];
free_binding(binding);