I'm trying to be a good programmer and fix the leaks in my iPhone app... I can't understand though what the Stack Trace in Leaks is trying to tell me. There are multi coloured stack calls and I guess each color means something, but what?
Also .. in the screenshot below all calls in the stack trace are not from any of my classes, does that mean the leak is caused by code in iPhone SDK or some message returned me retained object which I was supposed to release ? Maybe all the colours can hint me on that issue?
Instruments Stack Trace Screenshot
Thanks