memory leaks in Instruments
Posted
by jj
on Stack Overflow
See other posts from Stack Overflow
or by jj
Published on 2009-08-02T19:46:36Z
Indexed on
2010/04/03
17:03 UTC
Read the original article
Hit count: 139
iphone
I'm getting lots of leaks in my code, but none of the leaks point to any of my code (they are all UIKit methods).
I'm running 3.0.
Could someone tell me how I go about figuring out where these leaks are coming from?
© Stack Overflow or respective owner