仪器错误或编码错误?
初学者的一个快速问题。
我正在为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在此表的正下方有一个名为 Leaked Blocks 的按钮;展开它,然后检查它到底发生在哪里
just below this table there is a button called Leaked Blocks ; expand that and then check where exactly it is occurring
看起来您可能没有在某处释放数组?
你是在模拟器上测试还是在设备上测试?
It looks like you're not releasing an array somewhere perhaps?
Are you testing on the simulator or on the device?