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

@@ -600,6 +600,7 @@ 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.data);
return true;
}