From: ThorstenB Date: Tue, 19 Jun 2012 20:15:33 +0000 (+0200) Subject: Patch clean-up X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9720f8ca169e5e9f9e47e0ad20f5d734de57871c;p=simgear.git Patch clean-up --- 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; }