Memory leak in 9.1

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
edbored
Posts: 20
Joined: 26 Jul 2005, 00:15
Location: Canada

Memory leak in 9.1

Post by edbored » 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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Memory leak in 9.1

Post by support » 21 Apr 2015, 19:38

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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

edbored
Posts: 20
Joined: 26 Jul 2005, 00:15
Location: Canada

Re: Memory leak in 9.1

Post by edbored » 21 Apr 2015, 21:42

Sent - and thanks for quick follow-up!

EdB

edbored
Posts: 20
Joined: 26 Jul 2005, 00:15
Location: Canada

Re: Memory leak in 9.1

Post by edbored » 27 Apr 2015, 19:42

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

Post Reply