We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Memory leak in CCParticleSystem::initWithDictionary()
Memory leak in CCParticleSystem::initWithDictionary()
Bug #1244 [Closed]
- Project changed from cocos2d-x to cpp
- Category deleted (
5)
- Target version deleted (
26)
- Target version set to cocos2d-2.0-rc0a-x-2.0
Status: | Closed | |
---|---|---|
Start date: | 2012-05-21 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | all | |
Target version: | cocos2d-2.0-rc0a-x-2.0 |
It creates CCImage, and delete it in VolatileTexture.
But VolatileTexture only exists on Android platform.
So CCImage should inherit from CCObject, then it is easy to share it.