mirror of https://github.com/Icinga/icinga2.git
Fix leak in SocketEvents::Threadproc
Coverity Bug ID: 1272338
This commit is contained in:
parent
b4be584679
commit
5b286dae31
|
@ -108,6 +108,7 @@ void SocketEvents::ThreadProc(void)
|
|||
if (l_SocketIOFDChanged) {
|
||||
l_SocketIOFDChanged = false;
|
||||
l_SocketIOCV.notify_all();
|
||||
delete [] pfds;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue