Alexandre Julliard pushed to branch master at wine / wine Commits: 4ae80e26 by Giang Nguyen at 2026-06-29T17:58:47+02:00 d2d1: Free the vertex types array in d2d_figure_cleanup. d2d_figure_cleanup() frees a path figure's vertices, bezier controls and segment data, but never frees the separately allocated vertex_types array, leaking it for every path geometry figure. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59916 Signed-off-by: Giang Nguyen <nen24t@gmail.com> - - - - - 1 changed file: - dlls/d2d1/geometry.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4ae80e26e5bd6bc30e0e7e7fe3b1a60... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4ae80e26e5bd6bc30e0e7e7fe3b1a60... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help