summaryrefslogtreecommitdiffstats
path: root/src/mixxx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mixxx.cpp')
-rw-r--r--src/mixxx.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mixxx.cpp b/src/mixxx.cpp
index 34f5036ca3..3ac51af969 100644
--- a/src/mixxx.cpp
+++ b/src/mixxx.cpp
@@ -396,6 +396,11 @@ MixxxMainWindow::~MixxxMainWindow() {
qWarning() << "WMainMenuBar was not deleted by our sendPostedEvents trick.";
}
+ qDebug() << t.elapsed(false).debugMillisWithUnit() << "deleting DeveloperToolsDlg";
+ if (m_pDeveloperToolsDlg) {
+ delete m_pDeveloperToolsDlg;
+ }
+
#ifdef __ENGINEPRIME__
qDebug() << t.elapsed(false).debugMillisWithUnit() << "deleting LibraryExporter";
m_pLibraryExporter.reset();