http://bugs.winehq.org/show_bug.cgi?id=58203
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org Regression SHA1| |510ad5578a487c4d3e35a330bd5 | |d92cfeabeebc7 Keywords| |download, regression
--- Comment #1 from Bernhard Übelacker bernhardu@mailbox.org --- Creating a tnsnames.ora seems not neccessary.
A git bisect points here: commit 510ad5578a487c4d3e35a330bd5d92cfeabeebc7 Author: Esme Povirk esme@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