]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.cpp
number of buttons expanded to 15. Contour shuttle pro v2 full support
[kdenlive] / src / mainwindow.cpp
index 78021b6c2d0c06b8d96bd2f308639af93f942012..ee580bce7cf228ec777431a6f187fccbb0048ccb 100644 (file)
@@ -676,6 +676,12 @@ MainWindow::~MainWindow()
     if (m_stopmotion) {
         delete m_stopmotion;
     }
+
+#ifdef USE_JOGSHUTTLE
+    if (m_jogProcess)
+       delete m_jogProcess;
+#endif
+
     m_effectStack->slotClipItemSelected(NULL);
     m_transitionConfig->slotTransitionItemSelected(NULL, 0, QPoint(), false);