ricardoquesada / creator_to_cocos2d

C++ Creator support for Cocos2dx
13 stars 7 forks source link

Memory leak in CreatorReader.cpp #10

Open ricardperez opened 7 years ago

ricardperez commented 7 years ago

If the init returned false, the create static method would be leaking the object.