mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 13:37:45 +02:00
tachart: fix memory leak
git-svn-id: trunk@23227 -
This commit is contained in:
parent
e06e78b0d4
commit
0c71ee3723
@ -524,6 +524,7 @@ end;
|
||||
|
||||
initialization
|
||||
VIdentityTransformation := TChartAxisTransformation.Create;
|
||||
|
||||
finalization
|
||||
VIdentityTransformation.Free;
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user