Update for improved glue.

Change-Id: I73bb23644523e8ec19c51a3e3b9c5c4f7a98c558
This commit is contained in:
Dianne Hackborn
2010-07-09 18:21:45 -07:00
parent 1aa3218800
commit 29534f6275
6 changed files with 15 additions and 11 deletions

View File

@@ -193,8 +193,6 @@ void android_main(struct android_app* state) {
if (!engine_do_main_cmd(&engine)) {
LOGI("Engine thread destroy requested!");
engine_term_display(&engine);
android_app_destroy(state);
// Can't touch android_app object after this.
return;
}
break;