ntoskrnl.exe: Don't bother to remove exception handler at process exit.

This commit is contained in:
Alexandre Julliard 2013-05-20 12:28:08 +02:00
parent 3181d9130c
commit b30160f669
1 changed files with 1 additions and 0 deletions

View File

@ -1861,6 +1861,7 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
KeQueryTickCount( &count ); /* initialize the global KeTickCount */
break;
case DLL_PROCESS_DETACH:
if (reserved) break;
RtlRemoveVectoredExceptionHandler( handler );
break;
}