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