9 Sep
2024
9 Sep
'24
10:57 a.m.
On Mon Sep 9 10:22:06 2024 +0000, AlexeyLushnikov wrote:
But we create new dc and bitmap in local variables blit_dc and blt_bitmap. The caller doesn't know anything about them and can't free them. Please correct me if I'm wrong. Yes, the bug is that we're missing assignments to `*hdc` and `*bitmap`, probably at the end of the big `else` block.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6453#note_81611