improved memory cleanup
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6728 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dd05a93c1b
commit
d9a70ec5c8
@ -58,6 +58,8 @@ VorbisDecoder::VorbisDecoder()
|
|||||||
VorbisDecoder::~VorbisDecoder()
|
VorbisDecoder::~VorbisDecoder()
|
||||||
{
|
{
|
||||||
TRACE("VorbisDecoder::~VorbisDecoder\n");
|
TRACE("VorbisDecoder::~VorbisDecoder\n");
|
||||||
|
vorbis_info_clear(&fInfo);
|
||||||
|
vorbis_comment_clear(&fComment);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user