X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwindow_manager.cpp;h=59ef812cd864a940669166656aceda14b51d5fc3;hb=55394a6618c5809899e8fa1d4fad6659c082f559;hp=f53107ee04a806063b6f2c6f89981e8cff10c1be;hpb=98472cfd1ecbc5667d8383c8ef1e1a8d538d9fc1;p=apps%2Fagl-service-windowmanager.git diff --git a/src/window_manager.cpp b/src/window_manager.cpp index f53107e..59ef812 100644 --- a/src/window_manager.cpp +++ b/src/window_manager.cpp @@ -655,7 +655,7 @@ void WindowManager::storeSurface(const string& appid, unsigned ppid, unsigned su return (ts.dest == appid ); }); - if(elem == this->tmp_services.end()) + if(elem != this->tmp_services.end()) { // attachApp auto client = g_app_list.lookUpClient(elem->dest);