summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Bellegarde <gnumdk@gmail.com>2011-03-02 13:22:01 +0100
committerCedric Bellegarde <gnumdk@gmail.com>2011-03-02 13:22:01 +0100
commitac57e2cc767405b8eadce5f5d6fd32c8f702a93e (patch)
treede06f88b0309641b4632fdb2b0788fa77b6341fc
parentCheck for empty pixmap, this prevent us drawing an empty area. (diff)
downloadrekonq-ac57e2cc767405b8eadce5f5d6fd32c8f702a93e.tar.xz
delete bookmarkProvider sooner to prevent segfault
BUG:267460
-rw-r--r--src/application.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp
index 97d9a571..9faf30c8 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -93,6 +93,8 @@ Application::~Application()
delete window.data();
window.clear();
}
+
+ delete bookmarkProvider();
}