添加为另一个 NSOperation 的依赖项时,不会调用 NSOperation dealloc

发布于 2024-12-11 20:47:19 字数 259 浏览 0 评论 0原文

使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文