Memory leak in 9.1
Moderators: SDS, support, admin
Memory leak in 9.1
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
Re: Memory leak in 9.1
Hello Ed,
Could you send the DWG file that produces memory leaks to the Technical Support E-Mail? We will test the problem with the latest version (10.1) as well.
Mikhail
Could you send the DWG file that produces memory leaks to the Technical Support E-Mail? We will test the problem with the latest version (10.1) as well.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Memory leak in 9.1
Sent - and thanks for quick follow-up!
EdB
EdB
Re: Memory leak in 9.1
Hi - any follow-up on this?
I have to decide very shortly whether to revert to v6.1, or continue trying to make v9.1 work for me.
Thanks!
EdB
I have to decide very shortly whether to revert to v6.1, or continue trying to make v9.1 work for me.
Thanks!
EdB