Commit 05a494c2 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

In MaskBlt delete correct bitmap.

parent aecbcac8
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment