Fixed a handle leak.
This commit is contained in:
parent
d7edcd9bee
commit
159183e4bb
|
@ -1464,6 +1464,7 @@ Pandora_Module::evaluateConditions () {
|
|||
}
|
||||
WaitForSingleObject(pi.hProcess, this->module_timeout);
|
||||
CloseHandle (pi.hProcess);
|
||||
CloseHandle (pi.hThread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue