mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[WIN32K]
Fix memory leak svn path=/trunk/; revision=53926
This commit is contained in:
parent
81b6d1dc78
commit
d8f1973e87
1 changed files with 1 additions and 0 deletions
|
@ -1366,6 +1366,7 @@ ftGdiGlyphCacheSet(
|
|||
if(FT_Bitmap_Convert(GlyphSlot->library, &BitmapGlyph->bitmap, &AlignedBitmap, 4))
|
||||
{
|
||||
DPRINT1("Conversion failed\n");
|
||||
ExFreePoolWithTag(NewEntry, TAG_FONT);
|
||||
FT_Done_Glyph((FT_Glyph)BitmapGlyph);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue