NSCFString Memory Leak

Posted by Lakshmie on Stack Overflow See other posts from Stack Overflow or by Lakshmie
Published on 2010-05-04T23:31:27Z Indexed on 2010/05/04 23:38 UTC
Read the original article Hit count: 461

Hello,

I have been solving a lot of memory leaks but have been unsuccessful in solving this one. There are tons of NSCF memory leaks coming due to [NSCFString substringWithRange:]. I have been checking all the String allocations and have released all of them at appropriate places. The responsible library: Foundation.

Has anyone encountered this problem before? Can anyone suggest me as how I should takle this issue?

Thanks,

Lakshmie

© Stack Overflow or respective owner

Related posts about memory-management

Related posts about memory-leaks