mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Fixed a handle leak.
This commit is contained in:
parent
abcc67055f
commit
fed569b883
@ -1464,6 +1464,7 @@ Pandora_Module::evaluateConditions () {
|
||||
}
|
||||
WaitForSingleObject(pi.hProcess, this->module_timeout);
|
||||
CloseHandle (pi.hProcess);
|
||||
CloseHandle (pi.hThread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user