Tagged Questions

3
votes
1answer
61 views

Memory leak issue. Instument shows error in line 2

NSArray *arrAllAttributes = [[NSArray alloc]init]; arrAllAttributes = [app mtdAllCountry]; [arrAllAttributes retain]; for(int i = 0; i<[arrAllAttributes count]; i++) { NSDictionary *dictTemp1 = ...