mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user