19 Oct
2023
19 Oct
'23
7:19 a.m.
From: kingjinni <kingtin0419(a)qq.com> --- dlls/gdiplus/font.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/gdiplus/font.c b/dlls/gdiplus/font.c index 081fddf7c5d..da5dc311ce7 100644 --- a/dlls/gdiplus/font.c +++ b/dlls/gdiplus/font.c @@ -1565,6 +1565,7 @@ void free_installed_fonts(void) installedFontCollection.FontFamilies = NULL; installedFontCollection.allocated = 0; + installedFontCollection.count = 0; } static INT CALLBACK add_font_proc(const LOGFONTW *lfw, const TEXTMETRICW *ntm, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/4138