There is a memory leak in the function SaveChartDialog in TeeEditPro.pas in verion 7.0.7 of Tee Chart Professional. A series of TTeeExportFormat objects are stored in the Objects member of the TStringList named "tmp", but are never freed. This is easily fixed: the finally clause should contain something like:
for t:=0 to tmp.Count-1 do
tmp.Objects[t].Free;
Small memory leak in function SaveChartDialog
-
- Site Admin
- Posts: 83
- Joined: Wed Nov 12, 2003 5:00 am
- Location: Girona, Catalonia
- Contact: