Cocos2D库泄漏?

时间:2011-11-30 05:52:09

标签: ios cocos2d-iphone memory-leaks analyzer

我的Xcode分析工具显示来自Cocos2D库(CCAtlasNode.m)的泄漏。 无论如何我如何解决这个漏洞?

self.textureAtlas = [[CCTextureAtlas alloc] initWithFile:tile capacity:c];
[textureAtlas_ release];

谢谢!

1 个答案:

答案 0 :(得分:1)

  1. 确保在新创建的项目中发生相同的泄漏,以避免像这样的副作用:How to determine where this memory leak is coming from?
  2. 一旦您100%确定泄漏来自cocos2d-iphone,report it to the developers包含您拥有的所有信息。