I want to find out the exact line number in my code where there is a memory leak. For this i have generated MAP file and .cod file. With this approach i can easily figured out the line number for simple function call. But it is not working if there is a leak in nested function call. Kindly help.
Thanks in advance.