1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-18 06:48:23 +01: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() RTAudioOutput::~RTAudioOutput()
{ {
qDebug() << Q_FUNC_INFO; qDebug() << Q_FUNC_INFO;
stopPlayback();
} }