fix leak: chain was not being freed in one error case
This commit is contained in:
parent
ed1db1f6a0
commit
07be2916e1
@ -110,6 +110,7 @@ FLAC__bool do_major_operation_on_file(const char *filename, const CommandLineOpt
|
||||
|
||||
if(!FLAC__metadata_chain_read(chain, filename)) {
|
||||
print_error_with_chain_status(chain, "%s: ERROR: reading metadata", filename);
|
||||
FLAC__metadata_chain_delete(chain);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user