Patch clean-up

This commit is contained in:
ThorstenB
2012-06-19 22:15:33 +02:00
parent 5b3dccc1f7
commit 9720f8ca16

View File

@@ -65,9 +65,7 @@ SGSampleGroup::SGSampleGroup ( SGSoundMgr *smgr, const string &refname ) :
SGSampleGroup::~SGSampleGroup ()
{
_active = false;
this->stop();
stop();
_smgr = 0;
}