X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain.cpp;h=60f816412b8b832a56ecadbe16ab8796fc28b266;hb=92a48ccfc61ae0452bc814c3baa4e4c0ce885890;hp=2cfabb0d7f19ab4e16400fc9a573379a9c62682b;hpb=f985291576affb4a2054e81ed34e7ff57ea50922;p=apps%2Fagl-service-windowmanager.git diff --git a/src/main.cpp b/src/main.cpp index 2cfabb0..60f8164 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -201,6 +201,7 @@ static void cbRemoveClientCtxt(void *data) g_afb_instance->app.controller->surfaces.erase(sid); HMI_DEBUG("wm", "delete surfaceID %d", sid); } + g_afb_instance->app.removeClient(ctxt->name); delete ctxt; }