Possible Duplicate:
how to find memory leak in c++ code/project
I would like to ask what debugger should I install in order to check for memory leaks? I have an .a that contains a .cpp and an .h . I used a lot of pointers and references. Now I would like to test for memory leaks.
I heard about lint. Does this exist? THX