samples/games/scrabble: Fixed hang on exit
[sdk] / samples / games / scrabble / scrabble.ec
index 6864c86..864c384 100644 (file)
@@ -1009,7 +1009,9 @@ class ScrabbleApp : GuiApplication
 
    void Terminate()
    {
+      Unlock();
       scrabbleService.Stop();
+      Lock();
       delete scrabbleGame;
    }
 }