mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 09:42:14 +00:00
powrprof: Don't bother to close handles at process exit.
This commit is contained in:
parent
05c250dfcb
commit
30d7d31369
@ -341,6 +341,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
|
||||
break;
|
||||
}
|
||||
case DLL_PROCESS_DETACH:
|
||||
if (lpvReserved) break;
|
||||
CloseHandle(PPRegSemaphore);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user