axmol/extensions/CCArmature/animation
Ricardo Quesada 2e221ee6cc Array & Dictionary fixes
In many places `Dictionary` and `Array` are not being initialized. In fact `Dictionary` doesn't  have the `init()` method creating potential leaks.
Also in objects like `Armature` and the new `LabelTTF`, the `Array` object is not being used a pointer. So it doesn't use the 2 phase initialization, creating potential leaks.

This patch fixes all those issues.

Signed-off-by: Ricardo Quesada <ricardoquesada@gmail.com>
2013-08-21 20:12:09 -07:00
..
CCArmatureAnimation.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCArmatureAnimation.h Yet another documentation fix. 2013-08-01 21:40:13 +08:00
CCProcessBase.cpp getInstance() / destroyInstance() are used... 2013-07-11 15:24:23 -07:00
CCProcessBase.h Yet another documentation fix. 2013-08-01 21:40:13 +08:00
CCTween.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCTween.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00