mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[FONT][WIN32SS] Fix a memory leak
This commit is contained in:
parent
1d1b7f46fc
commit
1f13b95e5b
1 changed files with 1 additions and 5 deletions
|
@ -5876,11 +5876,7 @@ GreExtTextOutW(
|
||||||
|
|
||||||
previous = glyph_index;
|
previous = glyph_index;
|
||||||
|
|
||||||
if (EmuBold || EmuItalic)
|
FT_Done_Glyph(realglyph);
|
||||||
{
|
|
||||||
FT_Done_Glyph((FT_Glyph)realglyph);
|
|
||||||
realglyph = NULL;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TextWidth = TextLeft - RealXStart;
|
TextWidth = TextLeft - RealXStart;
|
||||||
|
|
Loading…
Reference in a new issue