i am doing http request , after successful transaction when i am close my application i got alloc panic how to find where is memory leak.
i am doing http request , after successful transaction when i am close my application i got alloc panic how to find where is memory leak.
You can use the HookLogger tool to find memory leaks.
You can find it here :
http://developer.symbian.com/main/do...gger_Setup.zip
--Mayur.
Some Good articles on eliminating Memory Leaks :
http://mikie.iki.fi/symbian/leaks.html
http://developer.symbian.com/wiki/pa...ion?pageId=432
http://wiki.forum.nokia.com/index.ph...ing_techniques
In good old CW days..we used to do memory lookups on the leaking memory..where u could check where the memory gets allocated and by doing the lookup u could make out where all the memory is being updated..and then u can check at the end whether the memory has been deallocated correctly or not..
and yes the other links that vasant and mayur have posted hold good as well..:)
only thing is if u have an app that wont run on the emulator..then figuring out these things on the device is a pain..i am still to come across a memory analyser/tool that runs on the device..
cheers
mayank