mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 09:16:16 +02:00
EasyLazFreeType: Allow freeing TFreeTypeFont after EasyLazFreeType finalization. Issue #32371, patch from Andrey Zubarev.
git-svn-id: trunk@55788 -
This commit is contained in:
parent
5500b0895e
commit
f331aaa8a1
@ -837,6 +837,7 @@ end;
|
||||
|
||||
destructor TFreeTypeGlyph.Destroy;
|
||||
begin
|
||||
if FreeTypeInitialized then
|
||||
TT_Done_Glyph(FGlyphData);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user