cocos2d-x / plugin-x

Plugin-x is the plugin repository for cocos2d-x, it also provides a unified API for plugins.
71 stars 92 forks source link

Remove AppDelegate memory leak in Android projects #174

Open rynkowsg opened 8 years ago

rynkowsg commented 8 years ago

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

Before applying the aforementioned fix I corrected also code style and correctness of main.cpp files in Android projects: