Possible Duplicate:
Is there a good Valgrind substitute for Windows?
I have used valgrind in Linux. Can anyone tell me some similar tools for checking memory leak in windows?
Possible Duplicate:
Is there a good Valgrind substitute for Windows?
I have used valgrind in Linux. Can anyone tell me some similar tools for checking memory leak in windows?
AppVerifier will check for memory leaks, as well as many other kinds of Windows-specific errors.
The similiar topic was discussed in here: Is there a good Valgrind substitute for Windows?