mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
TAChart: Fix OpenGLDrawer memory leak.
git-svn-id: trunk@57295 -
This commit is contained in:
parent
e2f92fa807
commit
6555bcc577
@ -726,5 +726,12 @@ begin
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
initialization
|
||||
|
||||
finalization
|
||||
{$IFDEF CHARTGL_USE_LAZFREETYPE}
|
||||
FreeAndNil(GLFreeTypeHelper);
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user