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…
Reference in New Issue