diff --git a/simgear/sound/sample_group.cxx b/simgear/sound/sample_group.cxx index 2a0b67a7..c680b8f7 100644 --- a/simgear/sound/sample_group.cxx +++ b/simgear/sound/sample_group.cxx @@ -65,9 +65,7 @@ SGSampleGroup::SGSampleGroup ( SGSoundMgr *smgr, const string &refname ) : SGSampleGroup::~SGSampleGroup () { _active = false; - - this->stop(); - + stop(); _smgr = 0; }