axmol/extensions/CCArmature/physics
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
..
CCColliderDetector.cpp Array & Dictionary fixes 2013-08-21 20:12:09 -07:00
CCColliderDetector.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00
CCPhysicsWorld.cpp Fixing warnings of the order of member variables and fixing errors for tizen projects. 2013-07-29 14:07:57 +08:00
CCPhysicsWorld.h issue #2129: Removing CC prefix for extension module. 2013-06-20 14:15:53 +08:00