mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NTOS:FSRTL] Use _SEH2_AbnormalTermination() instead of _abnormal_termination()
We're already using SEH2 macros, so also use SEH2 functions
This commit is contained in:
@@ -566,7 +566,7 @@ FsRtlAllocateOplock(VOID)
|
||||
_SEH2_FINALLY
|
||||
{
|
||||
/* In case of abnormal termination, it means either OPLOCK or FAST_MUTEX allocation failed */
|
||||
if (_abnormal_termination())
|
||||
if (_SEH2_AbnormalTermination())
|
||||
{
|
||||
/* That FAST_MUTEX, free OPLOCK */
|
||||
if (Oplock != NULL)
|
||||
|
||||
Reference in New Issue
Block a user