iphone - Issue in navigation -
hi every have made application , run in simulator , iphone works fine , alnalize , remove memory leakages.
but today ran app on simulator when going second view display view fine when came second view crash without showing message ...
is bad excess? don't think soo...
ok try this
dont release appdelegate object here.it shared copy whole app. release object before super dealloc.
- (void)dealloc { //[appdelegate release];//here crash [staticimagedictionary release]; [sitedata release]; [newdata release]; [connection release]; [webdata release]; [activity release]; [super dealloc]; }
Comments
Post a Comment