Memory leak
-
Hi, Is there any macro or some thing to avoid memory leak.I am finding problems with linked lists. I have 10-12 lists and these are causing(actually my code :) )during relase. It not only crashes the program but also the OS. How to check where exactly is the problem without crashing the program and eventually windows itself. thanks
-
Hi, Is there any macro or some thing to avoid memory leak.I am finding problems with linked lists. I have 10-12 lists and these are causing(actually my code :) )during relase. It not only crashes the program but also the OS. How to check where exactly is the problem without crashing the program and eventually windows itself. thanks
Try using debugger walking your code step by step. You could also try using BoundsChecker program to catch memory leaks. Miroslav Rajcic
-
Hi, Is there any macro or some thing to avoid memory leak.I am finding problems with linked lists. I have 10-12 lists and these are causing(actually my code :) )during relase. It not only crashes the program but also the OS. How to check where exactly is the problem without crashing the program and eventually windows itself. thanks