mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:13:56 +00:00
In MaskBlt delete correct bitmap.
This commit is contained in:
parent
aecbcac865
commit
05a494c2b5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue