Free the preloaded font glyphs.

This commit is contained in:
Josh Holtrop 2020-12-03 10:50:46 -05:00
parent 69f568cc7a
commit 6ff4bdcc11

View File

@ -92,6 +92,7 @@ static void PreloadGlyphs(Font * font)
{
font->advance = glyph->advance;
}
Font_FreeGlyph(glyph);
}
}