Fix a segmentation fault

Fix the segmentation fault caused by clicking on the "Cancel" button of the export dialog, as in issue #249.
This commit is contained in:
Alexandre Almeida
2014-02-05 23:26:32 -02:00
parent cf5ecc052b
commit 5550377fe2

View File

@@ -40,7 +40,8 @@ exportProjectDialog::exportProjectDialog( const QString & _file_name,
Ui::ExportProjectDialog(),
m_fileName( _file_name ),
m_fileExtension(),
m_multiExport(multi_export)
m_multiExport( multi_export ),
m_activeRenderer( NULL )
{
setupUi( this );
setWindowTitle( tr( "Export project to %1" ).arg(