Qt audio thread should mark itself as exiting
Jeffrey Pfau jeffrey@endrift.com
Thu, 30 Jan 2014 04:05:39 -0800
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/platform/qt/AudioDevice.cpp
→
src/platform/qt/AudioDevice.cpp
@@ -44,6 +44,7 @@ }
void AudioThread::shutdown() { m_audioOutput->stop(); + quit(); } void AudioThread::run() {