Memory leak when application loads in iPhone

Posted by iPhoneDev on Stack Overflow See other posts from Stack Overflow or by iPhoneDev
Published on 2010-05-26T11:03:49Z Indexed on 2010/05/26 12:11 UTC
Read the original article Hit count: 212

Filed under:

I have a navigation based template, when I run my application using Instruments, the very first memory leak comes under:

Leak Object: Malloc 128 bytes 
Responsible Library: CoreGraphics 
Responsible Frame: open_handle_to_dylib_path

I don't know where this leak is coming from and how remove this.

If it's a default leak, then I think I don't need to worry about it. But if it's not then I have to find a way to remove the leak.

© Stack Overflow or respective owner

Related posts about iphone