On Fri, 24 Dec 2010, Peter E Williams wrote:

Hi all,

Here is a link to Memproof_installer.zip (2.2MB).

[snip]
Memproof will show all memory assignments and memory leaks. It will also jump 
to the line in your source code where the memory leak variable was created.
You then need to decide where to call Free or FreeAndNil for the object(s) 
which you created and forgot to free, causing the memory leak(s).

While it is a nice gesture to give presents, I don't see the practical use.
FPC contains this feature out of the box, you can just compile with -gl.

Michael.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to