Fixed a crash in Halo 2 on debug builds

This commit is contained in:
ergo720 2021-06-24 13:08:06 +02:00
parent 06fadd6b74
commit 309db8cdae
1 changed files with 1 additions and 1 deletions

View File

@ -1827,8 +1827,8 @@ XBSYSAPI EXPORTNUM(150) xbox::boolean_xt NTAPI xbox::KeSetTimerEx
}
/* Exit the dispatcher */
KiUnlockDispatcherDatabase(OldIrql);
KiTimerUnlock();
KiUnlockDispatcherDatabase(OldIrql);
RETURN(Inserted);
}