mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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(Dest, DestGDI);
|
||||
|
||||
if(EngDeleteSurface(hTemp) == FALSE)
|
||||
{
|
||||
DbgPrint("Win32k: Failed to delete surface: %d\n", hTemp);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue