EasyLazFreeType: Allow freeing TFreeTypeFont after EasyLazFreeType finalization. Issue #32371, patch from Andrey Zubarev.

git-svn-id: trunk@55788 -
This commit is contained in:
juha 2017-09-05 10:06:50 +00:00
parent 5500b0895e
commit f331aaa8a1

View File

@ -837,6 +837,7 @@ end;
destructor TFreeTypeGlyph.Destroy;
begin
if FreeTypeInitialized then
TT_Done_Glyph(FGlyphData);
inherited Destroy;
end;