T O P I C R E V I E W |
wesleybobato |
Posted - Oct 02 2014 : 16:23:38 Hello Nigel.
I found a memory leak with TImageEnMView.
ReportMemoryLeaksOnShutdown := True; ImageEnMView1.Proc.UndoLimit := 5;
When the MainForm is Closed Delphi accuses the Memory Leaks
Thank you for your attention. |
6 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jan 06 2015 : 12:48:45 Hi
We'll improve this for the next release.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
wesleybobato |
Posted - Jan 03 2015 : 05:18:32 Hi Nigel
Thank you for your attention.
Happy New Year !!! |
xequte |
Posted - Jan 01 2015 : 18:27:49 Hi Wesley
I will investigate, though I doubt it is a memory leak. There are a number of objects that are created once and left for clean-up on app closure (to delay their destruction).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
wesleybobato |
Posted - Dec 29 2014 : 08:54:22 Hello Nigel.
Some found Leaks Memory with TImageEnMView you can check please.
Have a Wonderful Day.
procedure TForm1.FormCreate(Sender: TObject); begin ReportMemoryLeaksOnShutdown := True; ImageEnMView1.Proc.UndoLimit := 100; end;

attach/wesleybobato/2014122985341_memory.zip 85.36 KB |
wesleybobato |
Posted - Oct 02 2014 : 16:38:19 Hello William.
If I remove this line, No Memory Leak Occurs, It will be a BUG in Delphi XE?
Thank you for your attention.Hello William.
If I remove this line, No Memory Leak Occurs, It will be a BUG in Delphi XE?
Thank you for your attention. |
w2m |
Posted - Oct 02 2014 : 16:28:41 Wesley,
I often run EurekaLog as well as MadExcept when debugging and I have not seen any memory leaks reported either for TImageEnMView in recent 5x versions by either.
But... do you get leaks if you remove ImageEnMView1.Proc.UndoLimit := 5?
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |