Rex Dieter 1a425c
diff -up ark-4.9.97/app/mainwindow.cpp.r107635 ark-4.9.97/app/mainwindow.cpp
Rex Dieter 1a425c
--- ark-4.9.97/app/mainwindow.cpp.r107635	2012-12-17 09:07:06.000000000 -0600
Rex Dieter 1a425c
+++ ark-4.9.97/app/mainwindow.cpp	2013-01-05 13:17:50.206588420 -0600
Rex Dieter 1a425c
@@ -69,7 +69,6 @@ MainWindow::~MainWindow()
Rex Dieter 1a425c
     if (m_recentFilesAction) {
Rex Dieter 1a425c
         m_recentFilesAction->saveEntries(KGlobal::config()->group("Recent Files"));
Rex Dieter 1a425c
     }
Rex Dieter 1a425c
-    delete m_part;
Rex Dieter 1a425c
     m_part = 0;
Rex Dieter 1a425c
 }
Rex Dieter 1a425c