mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[WIN32K:ENG] EngAlphaBlend(): Release EnterLeaveSource on error (#4560)
Part of CORE-11156 Co-authored-by: Carlo Bramini <carlo.bramix@libero.it>
This commit is contained in:
parent
8a3db976a2
commit
b671b1cf8f
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ EngAlphaBlend(
|
|||
|
||||
if (!IntEngEnter(&EnterLeaveDest, psoDest, &OutputRect, FALSE, &Translate, &OutputObj))
|
||||
{
|
||||
IntEngLeave(&EnterLeaveSource);
|
||||
return FALSE;
|
||||
}
|
||||
OutputRect.left += Translate.x;
|
||||
|
|
Loading…
Reference in a new issue