performSegueWithIdentifier正在泄漏内存弧

时间:2012-09-05 14:58:59

标签: ios xcode ipad memory-leaks automatic-ref-counting

我是iOS开发的新手。我的应用程序似乎堆积了死记忆。我唯一能追溯到的是performSegueWithIdentifier函数。

- (IBAction)segueNext:(id)sender {
       [self performSegueWithIdentifier:@"segueForward" sender:self];
}

以下是我分析的一些截图。

Heapshot image

Leak Image

我没有正确执行此方法调用吗?或者当我使用ARC时如何释放? 感谢您的任何建议!

0 个答案:

没有答案