Fix Svace issue and add temp code to call pepper_output_finish_frame()
[platform/core/uifw/pepper-dali.git] / pepper-dali / internal / shell-impl.cpp
index 49875ce..7dde360 100644 (file)
@@ -112,6 +112,7 @@ void Shell::OnClientDestroyed( Pepper::ShellClient shellClient )
     if( *iter == shellClient )
     {
       mShellClientList.erase( iter );
+      break;
     }
   }