AudioSdl: fix cleanup hanging

This commit is contained in:
Andrew Kelley
2015-09-13 20:48:53 -07:00
parent 799f830827
commit 98346f7a9a
2 changed files with 3 additions and 11 deletions

View File

@@ -82,8 +82,7 @@ private:
bool m_convertEndian;
volatile bool m_stopped;
QSemaphore m_stopSemaphore;
bool m_stopped;
} ;