mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
- Add missing break in ExDereferenceCallBackBlock so ExReleaseRundownProtection does not get called more than once.
svn path=/trunk/; revision=38223
This commit is contained in:
parent
f082d72190
commit
13ee594843
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ ExDereferenceCallBackBlock(IN OUT PEX_CALLBACK CallBack,
|
||||||
{
|
{
|
||||||
/* Release rundown protection */
|
/* Release rundown protection */
|
||||||
ExReleaseRundownProtection(&CallbackRoutineBlock->RundownProtect);
|
ExReleaseRundownProtection(&CallbackRoutineBlock->RundownProtect);
|
||||||
|
|
||||||
|
/* We're all done */
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue