Bug #1244
Memory leak in CCParticleSystem::initWithDictionary()
| 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 |
Description
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.
History
Updated by James Chen about 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:89329d561779edc84e79b24c639d54f1ccead430.
Updated by James Chen about 1 year ago
Applied in changeset commit:281beb53301442293669e030368d6a92eea82587.
Updated by Zhe Wang about 1 year ago
- Project changed from cocos2d-x to native
- Category deleted (
5)
Updated by Zhe Wang about 1 year ago
- Target version deleted (
26)
Updated by James Chen about 1 year ago
Applied in changeset commit:89329d561779edc84e79b24c639d54f1ccead430.
Updated by James Chen about 1 year ago
Applied in changeset commit:281beb53301442293669e030368d6a92eea82587.
Updated by Zhe Wang about 1 year ago
- Target version set to cocos2d-2.0-rc0a-x-2.0
Updated by Minggo Zhang 12 months ago
- Category set to 12
- Status changed from Resolved to Closed