简体   繁体   English

CoreGraphics库泄漏在iOS4中而不是iOS3中吗?

[英]CoreGraphics Library Leaking in iOS4 and not iOS3?

I am using instruments to check for memory leaks in my app.. iOS 3.1.x doesnt show any leaks. 我正在使用仪器来检查我的应用程序中的内存泄漏。.iOS 3.1.x没有显示任何泄漏。 However, when I do the same test on iOS4 iPhone I am getting leaks from CoreGraphics library. 但是,当我在iOS4 iPhone上进行相同的测试时,我从CoreGraphics库中泄漏。

Did anyone had similar problem? 有人遇到过类似的问题吗? is it problem in the OS itself? 操作系统本身有问题吗?

Many thanks 非常感谢

With so few details, it's hard to say exactly. 这么少的细节,很难确切地说出来。 I have, however, experienced SDK version-dependent leaks and other misfeatures with iOS code, comparing 3.0 to 3.1 and 3.1 to 4.x. 但是,我将iOS代码与3.0版本的3.1和4.x版本的3.1进行了比较,体验了与SDK版本有关的泄漏和其他功能不足。 I think the iOS SDKs are relatively buggy compared to what I expected (very polished Apple APIs). 与我所期望的(非常完善的Apple API)相比,我认为iOS SDK相对而言存在漏洞。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM