improved memory cleanup

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-02-24 13:51:12 +00:00
parent dd05a93c1b
commit d9a70ec5c8

View File

@ -58,6 +58,8 @@ VorbisDecoder::VorbisDecoder()
VorbisDecoder::~VorbisDecoder()
{
TRACE("VorbisDecoder::~VorbisDecoder\n");
vorbis_info_clear(&fInfo);
vorbis_comment_clear(&fComment);
}