remove old checkpoints
This commit is contained in:
@@ -306,12 +306,9 @@ RageSoundReader_Vorbisfile::RageSoundReader_Vorbisfile()
|
|||||||
|
|
||||||
RageSoundReader_Vorbisfile::~RageSoundReader_Vorbisfile()
|
RageSoundReader_Vorbisfile::~RageSoundReader_Vorbisfile()
|
||||||
{
|
{
|
||||||
CHECKPOINT_M( ssprintf("%p", vf) );
|
|
||||||
if(vf)
|
if(vf)
|
||||||
ov_clear(vf);
|
ov_clear(vf);
|
||||||
CHECKPOINT;
|
|
||||||
delete vf;
|
delete vf;
|
||||||
CHECKPOINT;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
SoundReader *RageSoundReader_Vorbisfile::Copy() const
|
SoundReader *RageSoundReader_Vorbisfile::Copy() const
|
||||||
|
|||||||
Reference in New Issue
Block a user