Free bitmap in EngTransparentBlt

svn path=/trunk/; revision=4407
This commit is contained in:
Jason Filby 2003-03-23 10:15:12 +00:00
parent 3aed736c06
commit 4687fe39e4

View file

@ -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;
}