How to avoid " FREED(id): message cover sent to freed object=0x398b8f0"

Posted by yothins on Stack Overflow See other posts from Stack Overflow or by yothins
Published on 2010-06-07T11:46:06Z Indexed on 2010/06/07 11:52 UTC
Read the original article Hit count: 254

Filed under:
|

I've this code

- (void)viewDidLoad {

MoMagAppDelegate *delegate = (MoMagAppDelegate *)[[UIApplication sharedApplication] delegate]; 

self.issueList = delegate.issueList;//Line to error
    NSLog(@"IssueList size %d",[self.issueList count]);

[super viewDidLoad];

}

Please suggestion for resolve this problem,Thank you for your kindness.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c