diff options
| author | Cedric Bellegarde <gnumdk@gmail.com> | 2011-03-02 13:22:01 +0100 | 
|---|---|---|
| committer | Cedric Bellegarde <gnumdk@gmail.com> | 2011-03-02 13:22:01 +0100 | 
| commit | ac57e2cc767405b8eadce5f5d6fd32c8f702a93e (patch) | |
| tree | de06f88b0309641b4632fdb2b0788fa77b6341fc /src | |
| parent | Check for empty pixmap, this prevent us drawing an empty area. (diff) | |
| download | rekonq-ac57e2cc767405b8eadce5f5d6fd32c8f702a93e.tar.xz | |
delete bookmarkProvider sooner to prevent segfault
BUG:267460
Diffstat (limited to 'src')
| -rw-r--r-- | src/application.cpp | 2 | 
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();  }  | 
