close proceed event
This commit is contained in:
@@ -60,6 +60,7 @@ DWORD WINAPI cb_start(HANDLE *pParam)
|
|||||||
goto close_handles;
|
goto close_handles;
|
||||||
}
|
}
|
||||||
SetEvent(hProceedEvent);
|
SetEvent(hProceedEvent);
|
||||||
|
CloseHandle(hProceedEvent);
|
||||||
|
|
||||||
hSCM = OpenSCManagerW(NULL, NULL, SC_MANAGER_CONNECT);
|
hSCM = OpenSCManagerW(NULL, NULL, SC_MANAGER_CONNECT);
|
||||||
if ( !hSCM ) {
|
if ( !hSCM ) {
|
||||||
|
Reference in New Issue
Block a user