June 28, 2026
8:55 p.m.
Frees the figure's vertex_types array in d2d_figure_cleanup(), which was leaked for every path geometry figure — it is allocated alongside vertices but never freed. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59916 Verified on current master under a real workload (REAPER / FL Studio hosting a Direct2D plugin GUI): with the free added, the private heap plateaus after warmup instead of growing monotonically, with no rendering regression. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11277