I posted few days back regarding memory leaks with smart pointers. Now I am able to find out which objects are leaking memory but I am not able to figure it out from where they are leaking memory.
I am using the same code as mentioned here Detecting memory leak in reference counted objects
I have read lot of comments but none of them explains properly. I tried using macros FILE and LINE , both of them prints file and line of refmanager class .
Is there a good way to debug this issue.Please point to some nice example also.