mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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 */
|
||||
ExReleaseRundownProtection(&CallbackRoutineBlock->RundownProtect);
|
||||
|
||||
/* We're all done */
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue