mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WINLOGON]
Fix a handle leak svn path=/trunk/; revision=69096
This commit is contained in:
@@ -155,6 +155,8 @@ RunSetup(VOID)
|
||||
NULL,
|
||||
0,
|
||||
NULL);
|
||||
if (hThread != NULL)
|
||||
CloseHandle(hThread);
|
||||
|
||||
return hThread != NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user