Try to fix some crashes when closing android activity

This commit is contained in:
Deve 2018-11-13 21:52:09 +01:00
parent cef9d81e9a
commit 814916a2a6

View File

@ -105,7 +105,7 @@ void android_main(struct android_app* app)
// its state is remembered when the window is restored. We will use exit // its state is remembered when the window is restored. We will use exit
// call to make sure that all variables are cleared until a proper fix will // call to make sure that all variables are cleared until a proper fix will
// be done. // be done.
exit(0); _exit(0);
} }
#endif #endif