Try to fix some crashes when closing android activity
This commit is contained in:
parent
cef9d81e9a
commit
814916a2a6
@ -105,7 +105,7 @@ void android_main(struct android_app* app)
|
||||
// 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
|
||||
// be done.
|
||||
exit(0);
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user