--- linuxsampler/trunk/src/network/lscpserver.cpp 2005/12/22 19:26:35 814 +++ linuxsampler/trunk/src/network/lscpserver.cpp 2006/02/08 20:28:46 836 @@ -151,8 +151,8 @@ #else send(iterNotify->first, iterNotify->second.c_str(), iterNotify->second.size(), 0); #endif - bufferedNotifies.erase(iterNotify); } + bufferedNotifies.clear(); NotifyBufferMutex.Unlock(); fd_set selectSet = fdSet;