[WINLOGON]

Fix a handle leak

svn path=/trunk/; revision=69096
This commit is contained in:
Pierre Schweitzer 2015-09-07 18:11:30 +00:00
parent 9677a109b1
commit 0f004c15de

View file

@ -155,6 +155,8 @@ RunSetup(VOID)
NULL,
0,
NULL);
if (hThread != NULL)
CloseHandle(hThread);
return hThread != NULL;
}