Browse Source

Also free the character data.

pull/1278/head
Damir Nedžibović 5 years ago
parent
commit
d15fd4a547
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      recording-daemon/output.c

+ 1
- 1
recording-daemon/output.c View File

@ -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