Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NSOPerationqueue 开发应用程序。当我在队列中添加 OperationBlock 时,它显示了泄漏,如下图所示。请帮助我找出泄漏解决方案。如果您需要更多的屏幕截图或详细信息,请告诉我。
您还可以在图像中看到我的代码。
如果您的 [self parsing:tempdata:aregion] 保留 aregion 字符串,则您必须释放 aregion 字符串。
您可以使用 NSString *aregion = [[NSString alloc]initWithFormat:@""]; 而不是使用 stringWithFormat
// 你的操作
[区域发布];