Why is QuartzCore reported as leaking in my app?

Posted by glutz78 on Stack Overflow See other posts from Stack Overflow or by glutz78
Published on 2010-04-21T15:02:57Z Indexed on 2010/04/21 16:23 UTC
Read the original article Hit count: 182

Filed under:
|

When I view my app's memory in the xcode memory tool, i see that something called QuartzCore is reported as leaking many times. Each leak ranges from 16-80 bytes.

My code is not referencing this. it's all from withing UIApplicationMain(). So I'm not sure how to control this. Any ideas?

Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa