From 9720f8ca169e5e9f9e47e0ad20f5d734de57871c Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Tue, 19 Jun 2012 22:15:33 +0200 Subject: [PATCH] Patch clean-up --- simgear/sound/sample_group.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } -- 2.39.5