mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix minor leaks
This commit is contained in:
@@ -610,6 +610,10 @@ static FLAC__bool generate_file_(FLAC__bool include_extras, FLAC__bool is_ogg)
|
||||
|
||||
free(vorbiscomment.data.vorbis_comment.vendor_string.entry);
|
||||
free(picture.data.picture.mime_type);
|
||||
free(picture.data.picture.description);
|
||||
free(picture.data.picture.data);
|
||||
if(!include_extras)
|
||||
FLAC__metadata_object_delete(cuesheet);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user