23 Aug
2022
23 Aug
'22
8:25 a.m.
Huw Davies (@huw) commented about dlls/riched20/style.c:
release_font_cache( s->font_cache ); s->font_cache = NULL; } - ScriptFreeCache( &s->script_cache ); + ScriptFreeCache( s->script_cache );
This doesn't look right. There may now be other styles (with the same font) sharing the script_cache. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/626#note_6709