On 12 Feb 2007, at 20:27, George Lober wrote: > One nice side benefit of FastMM is that it automatically lets you > know of memory leaks with no fuss and bother on the programmers part. FPC has support for that built in. Just compile your application with -ghl (that also does a lot of other memory sanity checking) Jonas