Memory Leak from Foundation & CFNetwork Library

Posted by Lakshmie on Stack Overflow See other posts from Stack Overflow or by Lakshmie
Published on 2010-04-21T21:26:22Z Indexed on 2010/04/21 21:43 UTC
Read the original article Hit count: 251

I am using instruments to resolve memory leak issues for an app in iPhone. I just wanted to know if I have to resolve the leaks coming from Foundation and CFNetwork Libraries. Specifically, the leaks are from:
1. NSCFString
2. NSConcreteData
3. General Block-3584
Since they do not directly point to the code that I have written, how should I resolve them, if I have to?

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about instruments