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

@ -402,6 +402,5 @@ void free_output_config(struct output_config *oc) {
free(oc->name);
free(oc->background);
free(oc->background_option);
free(oc->background_fallback);
free(oc);
}