Memory leak in 9.1
Posted: 21 Apr 2015, 11:55
I'm trying to update my code from 6.x to 9.1
I'm having great difficulty in getting Report Builder to work.
So, back to simplest demo programs - I'm seeing memory leaks in the"Getting Started" demo.
procedure TForm1.LoadFileClick(Sender: TObject);
is missing:
vPicture.Free;
But, even with that...
- run the program,
- clicking on "load file"
- load a .DWG file
- close the program
FastMM4 reports:
This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):
13 - 20 bytes: String x 2
37 - 52 bytes: String x 4
197 - 228 bytes: TsgDXFPlotSettings x 2
Is there a fix for this - or an updated v9.1?
Thanks.
EdB
I'm having great difficulty in getting Report Builder to work.
So, back to simplest demo programs - I'm seeing memory leaks in the"Getting Started" demo.
procedure TForm1.LoadFileClick(Sender: TObject);
is missing:
vPicture.Free;
But, even with that...
- run the program,
- clicking on "load file"
- load a .DWG file
- close the program
FastMM4 reports:
This application has leaked memory. The small block leaks are (excluding expected leaks registered by pointer):
13 - 20 bytes: String x 2
37 - 52 bytes: String x 4
197 - 228 bytes: TsgDXFPlotSettings x 2
Is there a fix for this - or an updated v9.1?
Thanks.
EdB