> Do you know of any tools I can use to check for memory leaks on my code?
>
> I'm using FPC 1.1 snapshots under Win2k.
Compile using -gh, and check the output after termination. It will give the unitname
and line
where the memory was allocated.
There are only a few gotcha's (sometimes memory a
Hi,
Do you know of any tools I can use to check for memory leaks on my code?
I'm using FPC 1.1 snapshots under Win2k.
cheers, Ivan
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal