I'm developing a custom framework (and, of course, an CocoaTouch application to test it). It's a large framework, hence it will be impossible to post it here (besides it not being open source, not my fault, I swear!).
I've been trying for quite a while, but I can't possibly find the answer: Instruments is accusing some leaks in my application. I'm really newbie, so, I don't know if I'm misinterpreting the reports, but it seems methods like
[NSArray array]
[NSString stringWithCString:encoding:]
[NSString stringWithFormat:]
[NSString stringWithUTF8String:]
[_obj_rootAlloc]
[__NSArrayM]
are some of the main reasons, and that really don't make any sense to me.
In this link, you can find the Instruments' runs' reports. Could anyone please take a look and see if that can possibly mean anything?