]> git.mxchange.org Git - simgear.git/commitdiff
Patch clean-up
authorThorstenB <brehmt@gmail.com>
Tue, 19 Jun 2012 20:15:33 +0000 (22:15 +0200)
committerThorstenB <brehmt@gmail.com>
Tue, 19 Jun 2012 20:15:33 +0000 (22:15 +0200)
simgear/sound/sample_group.cxx

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