mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
In MaskBlt delete correct bitmap.
This commit is contained in:
parent
aecbcac865
commit
05a494c2b5
@ -295,7 +295,7 @@ BOOL WINAPI MaskBlt(HDC hdcDest, INT nXDest, INT nYDest,
|
||||
|
||||
/* delete all temp objects */
|
||||
DeleteObject(hBitmap1);
|
||||
DeleteObject(hBitmap1);
|
||||
DeleteObject(hBitmap2);
|
||||
DeleteObject(hbrMask);
|
||||
|
||||
DeleteDC(hDC1);
|
||||
|
Loading…
Reference in New Issue
Block a user