summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index ea9f1fea..3d5631e0 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -973,7 +973,8 @@ void MainWindow::clearPrivateData()
QWebSettings::clearIconDatabase();
}
}
- delete dialog;
+ // this let crash rekonq.
+// delete dialog;
}
\ No newline at end of file