powrprof: Don't bother to close handles at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-17 12:17:41 +02:00
parent 05c250dfcb
commit 30d7d31369
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
break;
}
case DLL_PROCESS_DETACH:
if (lpvReserved) break;
CloseHandle(PPRegSemaphore);
break;
}