mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:46:06 +00:00
Free bitmap in EngTransparentBlt
svn path=/trunk/; revision=4407
This commit is contained in:
parent
3aed736c06
commit
4687fe39e4
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,12 @@ EngTransparentBlt(PSURFOBJ Dest,
|
||||||
MouseSafetyOnDrawEnd(Source, SourceGDI);
|
MouseSafetyOnDrawEnd(Source, SourceGDI);
|
||||||
MouseSafetyOnDrawEnd(Dest, DestGDI);
|
MouseSafetyOnDrawEnd(Dest, DestGDI);
|
||||||
|
|
||||||
|
if(EngDeleteSurface(hTemp) == FALSE)
|
||||||
|
{
|
||||||
|
DbgPrint("Win32k: Failed to delete surface: %d\n", hTemp);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue