fixes based on valgrind run

This commit is contained in:
Josh Coalson
2006-11-20 05:29:52 +00:00
parent 36b5527bf2
commit 7ae3359b63
4 changed files with 32 additions and 5 deletions

View File

@@ -608,6 +608,7 @@ static FLAC__bool generate_file_(FLAC__bool include_extras, FLAC__bool is_ogg)
return die_("creating the encoded file");
free(vorbiscomment.data.vorbis_comment.vendor_string.entry);
free(picture.data.picture.mime_type);
return true;
}