From: Till Theato Date: Thu, 5 Apr 2012 20:08:06 +0000 (+0200) Subject: Fix startup crash when custom color theme is used. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=72ad277c1466053d5bb03e7c4c161be60c364e1a;p=kdenlive Fix startup crash when custom color theme is used. --- diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 37a0c3a1..903cb09e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -144,6 +144,9 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString & KXmlGuiWindow(parent), m_activeDocument(NULL), m_activeTimeline(NULL), + m_projectList(NULL), + m_effectList(NULL), + m_effectStack(NULL), m_clipMonitor(NULL), m_projectMonitor(NULL), m_recMonitor(NULL),