X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-clientmanager.cpp;h=beac8166efbf76b20c907cf82fbfd28d4319fe5e;hb=e5c9cb71a537b92096f2f05058522b811f735838;hp=7c2adc525a498167a928c57847a953d73d97ca52;hpb=f6c6f42502ba2919f23f553239dd8b117440b365;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-clientmanager.cpp b/src/hs-clientmanager.cpp index 7c2adc5..beac816 100644 --- a/src/hs-clientmanager.cpp +++ b/src/hs-clientmanager.cpp @@ -184,6 +184,7 @@ int HS_ClientManager::handleRequest(afb_req_t request, const char *verb, const c std::string id(appid); auto ip = client_list.find(id); if(ip != client_list.end()) { + // FIXME: do another verification here in case the application died ret = ip->second->handleRequest(request, verb); } else {