I have been assigned to check memory leak for an API by my boss.
The Application is created in C & C++. So there is a possibility that memory is allocated using malloc &
I suggest using visual leak detector as it have served me well several times. You may also try to use valgrind for windows (although I had little success on doing that).Dr. Memory also helped me a few times.