http://bugs.winehq.org/show_bug.cgi?id=58203 Bernhard Übelacker <bernhardu(a)mailbox.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu(a)mailbox.org Regression SHA1| |510ad5578a487c4d3e35a330bd5 | |d92cfeabeebc7 Keywords| |download, regression --- Comment #1 from Bernhard Übelacker <bernhardu(a)mailbox.org> --- Creating a tnsnames.ora seems not neccessary. A git bisect points here: commit 510ad5578a487c4d3e35a330bd5d92cfeabeebc7 Author: Esme Povirk <esme(a)codeweavers.com> Date: Sat Apr 6 21:18:54 2024 +0000 gdiplus: Implement path to region conversion without gdi32. This will later allow for optimization by limiting the area we consider to the region's bounding rectangle. dlls/gdiplus/region.c | 253 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 210 insertions(+), 43 deletions(-) Reverting all recent commits to region.c makes current git work again: git show eca84ca2 | git apply -R git show 0673a77a | git apply -R git show f82a8eef | git apply -R git show e557db75 | git apply -R git show 510ad557 | git apply -R Re-adding 510ad557 alone makes the memory consumption visible again: git show 510ad557 | git apply -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.