ntoskrnl.exe: Don't bother to remove exception handler at process exit.
This commit is contained in:
parent
3181d9130c
commit
b30160f669
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue