我的Xcode分析工具显示了来自Cocos2D库(CCAtlasNode.m)的泄漏。不管怎样,我该如何修复这个漏洞呢?
self.textureAtlas = [[CCTextureAtlas alloc] initWithFile:tile capacity:c];
[textureAtlas_ release];谢谢!
发布于 2011-11-30 17:04:56
确保在新创建的项目中发生同样的泄漏,以避免像这样的副作用:How to determine where this memory leak is coming from?
https://stackoverflow.com/questions/8321706
复制相似问题