仪器错误或编码错误?

发布于 2024-09-03 04:38:50 字数 319 浏览 6 评论 0原文

初学者的一个快速问题。

我正在为 iPhone 开发一个应用程序,在查找泄漏时在 Instruments 中收到以下消息。我是否做错了什么或者事情就是这样?我自己的库中存在一些内存泄漏,但我已经解决了这些问题。但如何解决这个问题呢?

替代文本 http://img231.imageshack.us/img231/7448/instruments.jpg< /a>

谢谢

A quick question from a beginner.

I'm doing an App for the iPhone and get the following message in Instruments when looking for leaks. Is there anything I have done wrong or is this just how it is? I had some memory leaks in my own library, but I took care of those. But how to solve this?

alt text http://img231.imageshack.us/img231/7448/instruments.jpg

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

残龙傲雪 2024-09-10 04:38:50

在此表的正下方有一个名为 Leaked Blocks 的按钮;展开它,然后检查它到底发生在哪里

just below this table there is a button called Leaked Blocks ; expand that and then check where exactly it is occurring

吖咩 2024-09-10 04:38:50

看起来您可能没有在某处释放数组?

你是在模拟器上测试还是在设备上测试?

It looks like you're not releasing an array somewhere perhaps?

Are you testing on the simulator or on the device?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文