I've noticed in this post that you can get stack trace out of FastMM to show what appears to be where the object was allocated.
http://stackoverflow.com/questions/271850/how-to-track-down-tricky-memory-leak-with-fastmm
I can't find any information on how to enable this in Delphi 2009.
I have set ReportMemoryLeaksOnShutdown to true so I get the basic report, but how do I get the stack trace report?
Thanks