Reputation: 12444
My Xcode analyze tool is showing a leak coming from the Cocos2D library (CCAtlasNode.m). Anyway how would I fix this leak?
self.textureAtlas = [[CCTextureAtlas alloc] initWithFile:tile capacity:c];
[textureAtlas_ release];
Thanks!
Upvotes: 0
Views: 249
Reputation: 64477
Upvotes: 1