发现MKMapView内存泄漏
我在 MKMapView
上有 NSAutoreleasePool
泄漏对象。我应该担心这个吗?我似乎无法摆脱它。我还注意到苹果的 CurrentAddress 示例代码应用程序中也发生了同样的泄漏 链接文本
I have NSAutoreleasePool
leaked object on a MKMapView
. should I be concerned about this? I can't seem to get rid of it. I also noticed that the same leak occurs in apple's CurrentAddress sample code app
link text
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它依赖于 Apple 的库,请不要担心(而且它只是 32 字节:D)
If it depends from Apple's library do not be worried about it (plus it is just 32 byte : D)