Skip to content

Commit 539e0d9

Browse files
author
jef
committedMay 17, 2009
apply #1700
git-svn-id: http://svn.osgeo.org/qgis/trunk@10808 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 778da12 commit 539e0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/ogr/qgsnewogrconnection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ void QgsNewOgrConnection::testConnection()
8989
else
9090
{
9191
QMessageBox::information( this, tr( "Test connection" ), tr( "Connection to %1 was successful" ).arg( uri ) );
92+
OGRReleaseDataSource( poDS );
9293
}
93-
OGRReleaseDataSource( poDS );
9494
}
9595

9696
void QgsNewOgrConnection::saveConnection()

0 commit comments

Comments
 (0)
Please sign in to comment.