mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
Free bitmap in EngTransparentBlt
svn path=/trunk/; revision=4407
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user