我已经向另一个观察者导航,但当我多次进行导航时,我会发现记忆泄露,而我是在发现乌克兰SZombie时应用的,这表明“对_特权(LeakAgent)来说,任务不够”。 它是ARC(xcode 4.2,OS5)提供的。 请帮助......
我的法典在这里是:
self.locationMapDetail = [[LocationMapDetail alloc] init]; //14.3% Leak
self.locationMapDetail.objItem = [self.parsedItems objectAtIndex:selectedIndex]; //5.7% Leak
[self.navigationController pushViewController:locationMapDetail animated:YES]; //80.3% Leak
self.locationMapDetail = nil;
self.locationMapDetail.objItem = nil;