axmol/tools/simulator/frameworks/runtime-src
Greg Rynkowski 14b8fc0a71 Remove AppDelegate memory leak in Android projects (#16333)
* Remove AppDelegate memory leak from Android projects

AppDelegate object and all its members are never released.
As a solution I propose to use static unique_ptr that could destroy it
at the end of the application.

Issue:
https://github.com/cocos2d/cocos2d-x/issues/14110

* Correct code style in Android main.cpp files

- removed redundant headers (reduced dependencies)
- removed redundant code
- corrected code style
2016-08-08 10:53:04 +08:00
..
Classes remove ide-support in framework project 2016-07-08 18:07:57 +08:00
proj.android Remove AppDelegate memory leak in Android projects (#16333) 2016-08-08 10:53:04 +08:00
proj.ios_mac Update copyright to 2016. (#16311) 2016-08-05 09:42:15 +08:00
proj.win32 Fix some typos in comments and strings (#16290) 2016-08-02 15:29:23 +08:00