summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixxx.cpp')
-rw-r--r--src/mixxx.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mixxx.cpp b/src/mixxx.cpp
index 69a03c454c..438f4ed0b9 100644
--- a/src/mixxx.cpp
+++ b/src/mixxx.cpp
@@ -603,6 +603,9 @@ void MixxxMainWindow::finalize() {
qWarning() << "WMainMenuBar was not deleted by our sendPostedEvents trick.";
}
+ qDebug() << t.elapsed(false).debugMillisWithUnit() << "stopping pending Library tasks";
+ m_pLibrary->stopFeatures();
+
// SoundManager depend on Engine and Config
qDebug() << t.elapsed(false).debugMillisWithUnit() << "deleting SoundManager";
delete m_pSoundManager;