Re: Leak on iPhone Application start up.

2010-02-24 Thread David Duncan
On Feb 24, 2010, at 1:02 PM, Gustavo Pizano wrote: > mmm.. nice question... where is the link? http://bugreport.apple.com -- David Duncan Apple DTS Animation and Printing ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admi

Re: Leak on iPhone Application start up.

2010-02-24 Thread Gustavo Pizano
I was worrying about it.. I hadn't tried in a device, because this app its on its earlier steps, will have to get a certificate to test it in the device.. Anyway, I guess it wont hurt reporting the bug, ... mmm.. nice question... where is the link? G On Feb 24, 2010, at 9:54 PM, David Duncan

Re: Leak on iPhone Application start up.

2010-02-24 Thread David Duncan
On Feb 24, 2010, at 12:44 PM, Gustavo Pizano wrote: > when I check with leaks I have the following: > > 0 libSystem.B.dylib malloc > ... > 14 dyld dlopen > 15 libSystem.B.dylib dlopen > 16 CoreGraphics open_handle_to_dylib_path > 17 CoreGraphics load_function > 18 CoreGraphics CGLibraryLoa

Leak on iPhone Application start up.

2010-02-24 Thread Gustavo Pizano
Hello all. This is what I have: I have in the MainWindow.xib a UINavigationController, and the Root Controller its a custom UIViewController which in IB Im setting to load it's view form another .xib, So on IB I see UINavigationViewController's rootController's view that says "View loaded fr