Page 1 of 1

Memory leak in 9.1

Posted: 21 Apr 2015, 11:55
by edbored
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

Re: Memory leak in 9.1

Posted: 21 Apr 2015, 19:38
by support
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

Re: Memory leak in 9.1

Posted: 21 Apr 2015, 21:42
by edbored
Sent - and thanks for quick follow-up!

EdB

Re: Memory leak in 9.1

Posted: 27 Apr 2015, 19:42
by edbored
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