April 29, 2026
11:51 a.m.
Huw Davies (@huw) commented about dlls/gdi32/uniscribe/usp10.c:
analysis->glyphs[i].iMaxPosX= -1;
BidiLevel[i] = analysis->pItem[i].a.s.uBidiLevel; + continue; + + cleanup_iter: + if (originalFont) + SelectObject(hdc, originalFont); + free(glyphs); + free(pwLogClust); + free(piAdvance); + free(psva); + free(pGoffset); + goto error;
It should be possible to do this without these nested `goto`s. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10612#note_138184