添加为另一个 NSOperation 的依赖项时,不会调用 NSOperation dealloc
使用 Instrument 我发现我的许多自定义 NSOperation 从未被释放。我在 dealloc 方法中放置了一个断点,但它从未被调用。
我还注意到,当我添加任何 NSOperation 作为另一个 NSOperation 的依赖项时,就会出现问题。如果我从代码中删除以下句子,则会调用 myOperation 的 dealloc 方法。
[otherOperation addDependency:myOperation];
Using Instrument I've seen that a lot of my custom NSOperation are never deallocated. I've put a breakpoint in the dealloc method and it is never called.
I've also noticed that the problem occurs when I add any NSOperation as a dependency of another NSOperation. If I remove the following sentence from my code, the dealloc method of myOperation is called.
[otherOperation addDependency:myOperation];
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论