1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +02:00

* Possible OSX shutdown crash fix.

This commit is contained in:
Christian Muehlhaeuser
2010-10-27 12:14:23 +02:00
parent 30d25e7b4c
commit 21a1af7c36

View File

@@ -67,6 +67,7 @@ RTAudioOutput::RTAudioOutput() :
RTAudioOutput::~RTAudioOutput()
{
qDebug() << Q_FUNC_INFO;
stopPlayback();
}