mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K:ENG] EngAlphaBlend(): Release EnterLeaveSource on error (#4560)
Part of CORE-11156 Co-authored-by: Carlo Bramini <[email protected]>
This commit is contained in:
co-authored by
Carlo Bramini
parent
8a3db976a2
commit
b671b1cf8f
@@ -111,6 +111,7 @@ EngAlphaBlend(
|
||||
|
||||
if (!IntEngEnter(&EnterLeaveDest, psoDest, &OutputRect, FALSE, &Translate, &OutputObj))
|
||||
{
|
||||
IntEngLeave(&EnterLeaveSource);
|
||||
return FALSE;
|
||||
}
|
||||
OutputRect.left += Translate.x;
|
||||
|
||||
Reference in New Issue
Block a user