is there is any good tutorial link that can help me in the memory leaks of iphone,, b/c I am facing some problem whenever I allocate a memeory , in the dealloc I am releasing that memeory, but the problem is that when I run application in the (Run-> Run With Performance Tools -> Leaks) but I got the leaks through there.. how can I resolve it...
reply me plz
In XCode, you can run Build and Analyze
. XCode shows memory leaks with arrows of you bad memory management.
This is a good tutorial : iphone-memory-management-tips