NSCFString Memory Leak
- by Lakshmie
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