From 22e4c80cc35e552ef39639a874f3c54f11fde747 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 24 Dec 2012 17:16:22 +0300 Subject: Fix for race conditions in application termination. This bug mostly visible in windows. --- src/client.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.cpp') diff --git a/src/client.cpp b/src/client.cpp index 85a224b41..8180b22c1 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -809,6 +809,9 @@ void Client::gameClear() if (logger) logger->log1("Quitting10"); + sound.shutdown(); + touchManager.shutdown(); + #ifdef DEBUG_CONFIG config.enableKeyLogging(); #endif -- cgit v1.2.3-70-g09d2