mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-06 23:32:13 -04:00
Fix leak in SocketEvents::Threadproc
Coverity Bug ID: 1272338
This commit is contained in:
parent
b4be584679
commit
5b286dae31
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ void SocketEvents::ThreadProc(void)
|
|||
if (l_SocketIOFDChanged) {
|
||||
l_SocketIOFDChanged = false;
|
||||
l_SocketIOCV.notify_all();
|
||||
delete [] pfds;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue