Memory leaks

If you had a memory leak somewhere in your program, what would you look for? and how could you test it?

There are some (professional) tools out there to help you finding leaks, but since they are way too expensive I would recommend you to use the great memory manager from Paul Nettle (one of the developers from Fly! and other commercial games)

This manager will give you a nice file after running your program and will show you exactly where the leaks are.

Thanks for that. I’m using the program now