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:
@@ -600,6 +600,8 @@ static bool generate_file_(bool include_extras, bool is_ogg)
|
||||
return die_("creating the encoded file");
|
||||
|
||||
free(vorbiscomment.data.vorbis_comment.vendor_string.entry);
|
||||
free(picture.data.picture.mime_type);
|
||||
free(picture.data.picture.description);
|
||||
free(picture.data.picture.data);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user