diff --git a/simgear/sound/sample_group.cxx b/simgear/sound/sample_group.cxx index bc7605ac..a4fbfc49 100644 --- a/simgear/sound/sample_group.cxx +++ b/simgear/sound/sample_group.cxx @@ -260,7 +260,6 @@ SGSampleGroup::stop () if ( sample->is_playing() ) { alSourceStop( source ); alSourcei( source, AL_BUFFER, 0 ); - sample->stop(); } _smgr->release_source( source ); sample->no_valid_source();