X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fdesktop.c;h=0e71de95678a55d3fac12383648aeaf9f0d32666;hb=77d94d831dfcdb4e173cd5253d94ec724d576e77;hp=f28d0c9dc9f0e3289b8892009a57f582ee2a6555;hpb=0512e7251611e7040c550bb4c6cc972d57b45144;p=src%2Fagl-compositor.git diff --git a/src/desktop.c b/src/desktop.c index f28d0c9..0e71de9 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -370,7 +370,9 @@ skip_output_asignment: shell_advertise_app_state(output->ivi, app_id, NULL, AGL_SHELL_DESKTOP_APP_STATE_DESTROYED); - if (wl_resource_get_version(output->ivi->shell_client.resource) >= AGL_SHELL_APP_STATE_SINCE_VERSION) + if (output->ivi->shell_client.ready && + wl_resource_get_version(output->ivi->shell_client.resource) + >= AGL_SHELL_APP_STATE_SINCE_VERSION) agl_shell_send_app_state(output->ivi->shell_client.resource, app_id, AGL_SHELL_APP_STATE_TERMINATED); }