Fix leak in SocketEvents::Threadproc

Coverity Bug ID: 1272338
This commit is contained in:
Gunnar Beutner 2015-03-02 09:51:24 +01:00
parent b4be584679
commit 5b286dae31
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ void SocketEvents::ThreadProc(void)
if (l_SocketIOFDChanged) {
l_SocketIOFDChanged = false;
l_SocketIOCV.notify_all();
delete [] pfds;
continue;
}
}