remove old checkpoints

This commit is contained in:
Glenn Maynard
2004-05-09 07:27:29 +00:00
parent f87bfe8b34
commit b131b68871
@@ -306,12 +306,9 @@ RageSoundReader_Vorbisfile::RageSoundReader_Vorbisfile()
RageSoundReader_Vorbisfile::~RageSoundReader_Vorbisfile()
{
CHECKPOINT_M( ssprintf("%p", vf) );
if(vf)
ov_clear(vf);
CHECKPOINT;
delete vf;
CHECKPOINT;
}
SoundReader *RageSoundReader_Vorbisfile::Copy() const