Memory Leaks?

Blitz3D Forums/Blitz3D Programming/Memory Leaks?

Craig H. Nisbet(Posted 2004) [#1]
Anyone have any good strategies for detecting memory leaks?


Warren(Posted 2004) [#2]
The only way I found to do it was comment out function calls until it stopped leaking memory and that would give me a general area of the code to start digging into.