]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
Add Mac OS X compatibility through new MLT sdl_audio consumer and a QTGLWidget!
[kdenlive] / src / mainwindow.cpp
index 6d86b82c321c9e0c3f41793d76ce794e6a52c487..8ce29546cdb344ef8ebab02f752969233383e854 100644 (file)
@@ -384,6 +384,8 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, QWidget *parent
 void MainWindow::queryQuit()
 {
     if (queryClose()) {
+        if (m_projectMonitor) m_projectMonitor->stop();
+        if (m_clipMonitor) m_clipMonitor->stop();
         delete m_effectStack;
         delete m_activeTimeline;
         delete m_projectMonitor;