--- linuxsampler/trunk/src/engines/AbstractEngine.cpp 2011/12/08 20:03:47 2296 +++ linuxsampler/trunk/src/engines/AbstractEngine.cpp 2011/12/09 17:04:24 2298 @@ -81,7 +81,6 @@ FrameTime = 0; RandomSeed = 0; pDedicatedVoiceChannelLeft = pDedicatedVoiceChannelRight = NULL; - pEq = NULL; } AbstractEngine::~AbstractEngine() { @@ -92,7 +91,6 @@ if (pSysexBuffer) delete pSysexBuffer; if (pDedicatedVoiceChannelLeft) delete pDedicatedVoiceChannelLeft; if (pDedicatedVoiceChannelRight) delete pDedicatedVoiceChannelRight; - if (pEq) delete pEq; Unregister(); }