Fixed memory leak.
This commit is contained in:
parent
528c5841d5
commit
8a6c4396b2
@ -291,6 +291,7 @@ BOOL _CreateProcessExA(HANDLE hToken, DWORD dwLogonFlags,
|
||||
|
||||
if (!thread)
|
||||
{
|
||||
ProcessHandleCloseHandle(process);
|
||||
goto finish;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user