Memory leak
Posted: Tue Mar 02, 2004 9:41 am
When i execute the following code more then once the memory that my app uses is growing. I tested the code with memproof but there seams not to be a memory leak. If this program runs for a few days and executes this code every minute then it uses hunderds MB's.
Anybode an idea. I'm using v6.01 with D5
ChartLine.FreeAllSeries;
ChartLine.Foot.Text.Text := FootText;
Serie := TLineSeries.Create(ChartLine);
ChartLine.AddSeries(Serie);
Anybode an idea. I'm using v6.01 with D5
ChartLine.FreeAllSeries;
ChartLine.Foot.Text.Text := FootText;
Serie := TLineSeries.Create(ChartLine);
ChartLine.AddSeries(Serie);