--- linuxsampler/trunk/src/engines/EngineChannelFactory.cpp 2007/03/25 18:59:14 1130 +++ linuxsampler/trunk/src/engines/EngineChannelFactory.cpp 2007/06/22 10:10:06 1248 @@ -41,6 +41,7 @@ void EngineChannelFactory::Destroy(LinuxSampler::EngineChannel* pEngineChannel) { pEngineChannel->RemoveAllFxSendCountListeners(); engineChannels.erase(pEngineChannel); + delete pEngineChannel; } const std::set& EngineChannelFactory::EngineChannelInstances() {