14 Oct
2025
14 Oct
'25
11:34 a.m.
From: Kun Yang <yangkun(a)uniontech.com> Co-authored-by: Jinoh Kang <jinoh.kang.kr(a)gmail.com> --- dlls/win32u/bitblt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/win32u/bitblt.c b/dlls/win32u/bitblt.c index d8c8aace7f0..7721d3b4b73 100644 --- a/dlls/win32u/bitblt.c +++ b/dlls/win32u/bitblt.c @@ -943,7 +943,6 @@ error: release_dc_ptr( dc_src ); NtGdiGetAndSetDCDword( hdcDest, NtGdiSetBkColor, oldBackground, NULL ); NtGdiGetAndSetDCDword( hdcDest, NtGdiSetTextColor, oldForeground, NULL ); - if(hdcWork) { NtGdiSelectBitmap(hdcWork, oldWork); NtGdiDeleteObjectApp( hdcWork ); -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8988