diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 18:05:22 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-02-20 18:05:22 +0100 |
commit | f168eab1529acb33d48857e29c6ddf22a626f41b (patch) | |
tree | 6ca6560eae443ba846cf1ba46b2ecb3eef1a3735 /src/mainwindow.cpp | |
parent | typo (diff) | |
download | rekonq-f168eab1529acb33d48857e29c6ddf22a626f41b.tar.xz |
On the street to SingleRekonq..
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 91ee8028..213d3a84 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -145,6 +145,8 @@ MainWindow::MainWindow() MainWindow::~MainWindow() { + delete m_view; + delete m_bookmarksProvider; } |