development
Revision | 99dbfcccc0b640a155e6e74d8d23527f7ff808c5 (tree) |
---|---|
Time | 2011-02-03 02:59:32 |
Author | David 'Digit' Turner <digit@andr...> |
Commiter | Android Git Automerger |
am 8fa01f7d: am 442064f4: am fd2d786d: am 3f33b7b7: Merge "native_app_glue: fix APP_CMD_TERM_WINDOW pre-hook"
* commit '8fa01f7d54c5a8a8036b21428bacd1ea5022bf7f':
@@ -106,10 +106,7 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) { | ||
106 | 106 | |
107 | 107 | case APP_CMD_TERM_WINDOW: |
108 | 108 | LOGI("APP_CMD_TERM_WINDOW\n"); |
109 | - pthread_mutex_lock(&android_app->mutex); | |
110 | - android_app->window = NULL; | |
111 | 109 | pthread_cond_broadcast(&android_app->cond); |
112 | - pthread_mutex_unlock(&android_app->mutex); | |
113 | 110 | break; |
114 | 111 | |
115 | 112 | case APP_CMD_RESUME: |