Hi all,
I'm trying to weed my application out of memory leaks. The problem I'm facing is that Instruments is reporting leaks for objects which I have not explicitly allocated myself. Now, I do understand that these objects might be instantiated as a result of some other code I've written, but I cannot find my client-code anywhere in the stack. Here's a screen shot of the culprit set of objects which Instruments is reporting to be leaking: http://dl-client.getdropbox.com/u/57676/screenshots/leakss.png
Does anyone have any suggestions as to how I can go forward to figure out the true source of these leaks and remove them from the application?