From: Jean-Baptiste Mardelle Date: Tue, 7 Jun 2011 21:06:09 +0000 (+0000) Subject: Fix startup crash X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7a1e0dcd140cb287f7103efc2a43479bc248427b;p=kdenlive Fix startup crash svn path=/trunk/kdenlive/; revision=5678 --- diff --git a/src/wizard.cpp b/src/wizard.cpp index 533017e8..5612b27d 100644 --- a/src/wizard.cpp +++ b/src/wizard.cpp @@ -391,8 +391,6 @@ void Wizard::checkMltComponents() titleItem->setIcon(0, m_okIcon); KdenliveSettings::setHastitleproducer(true); } - - Mlt::Factory::close(); } }