Also free the character data.

pull/1278/head
Damir Nedžibović 5 years ago
parent 8869187215
commit d15fd4a547

@ -175,7 +175,7 @@ done:;
output_t *ret = output_alloc(path, f->str);
create_parent_dirs(ret->full_filename);
g_string_free(f, FALSE);
g_string_free(f, TRUE);
return ret;
}

Loading…
Cancel
Save