mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[FONT][WIN32SS] Fix a memory leak
This commit is contained in:
@@ -5876,11 +5876,7 @@ GreExtTextOutW(
|
||||
|
||||
previous = glyph_index;
|
||||
|
||||
if (EmuBold || EmuItalic)
|
||||
{
|
||||
FT_Done_Glyph((FT_Glyph)realglyph);
|
||||
realglyph = NULL;
|
||||
}
|
||||
FT_Done_Glyph(realglyph);
|
||||
}
|
||||
|
||||
TextWidth = TextLeft - RealXStart;
|
||||
|
||||
Reference in New Issue
Block a user