summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-06 12:02:31 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-06 12:02:31 +0200
commit897b2f586735aa00bf01c02f77516e414df97039 (patch)
treecbc7e6b644d07c2034b86781aa1601a5198c9f0f
parentFixed "QCoreApplication::postEvent: Unexpected null receiver" (diff)
downloadrekonq-897b2f586735aa00bf01c02f77516e414df97039.tar.xz
Fixing popus (eventual) closing crashes
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9686c1ac..7a45d945 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -148,6 +148,7 @@ MainWindow::MainWindow()
MainWindow::~MainWindow()
{
+ delete m_popup;
delete m_view;
}