Skip to content

Commit 4f6989e

Browse files
committedNov 11, 2015
1 parent bb339f7 commit 4f6989e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/app/qgsbookmarks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ QgsBookmarks::QgsBookmarks( QWidget *parent ) : QDockWidget( parent )
103103

104104
QgsBookmarks::~QgsBookmarks()
105105
{
106+
QSqlDatabase::removeDatabase( "bookmarks" );
106107
saveWindowLocation();
107108
}
108109

‎src/core/auth/qgsauthmanager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2840,6 +2840,7 @@ QgsAuthManager::~QgsAuthManager()
28402840
mScheduledDbEraseTimer = 0;
28412841
delete mQcaInitializer;
28422842
mQcaInitializer = 0;
2843+
QSqlDatabase::removeDatabase( "authentication.configs" );
28432844
}
28442845

28452846
bool QgsAuthManager::masterPasswordInput()

0 commit comments

Comments
 (0)
Please sign in to comment.