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/application.cpp | |
parent | typo (diff) | |
download | rekonq-f168eab1529acb33d48857e29c6ddf22a626f41b.tar.xz |
On the street to SingleRekonq..
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index d6679b97..889ec51f 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -110,6 +110,7 @@ Application::Application() Application::~Application() { + delete m_mainWindow; delete s_networkAccessManager; } |