]> git.sesse.net Git - kdenlive/blobdiff - src/clipmanager.h
Fix crash on new project:
[kdenlive] / src / clipmanager.h
index 9535c7744a62d822ca1c8d2c649562745218875c..a3787c0f329b6b4f1a3ca4a94326d58d35ef3eb5 100644 (file)
@@ -153,6 +153,8 @@ private:   // Private attributes
     QFuture<void> m_thumbsThread;
     /** @brief If true, abort processing of clip thumbs before removing a clip. */
     bool m_abortThumb;
+    /** @brief We are about to delete the clip producer, stop processing thumbs. */
+    bool m_closing;
 
 signals:
     void reloadClip(const QString &);