Skip to content

Commit

Permalink
Fix #8275
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanielvaz committed Jul 11, 2013
1 parent b45b7d6 commit 15101bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectorfilewriter.cpp
Expand Up @@ -1016,6 +1016,7 @@ QMap<QString, QString> QgsVectorFileWriter::ogrDriverList()
if ( ds )
{
writableDrivers << "SpatiaLite";
OGR_Dr_DeleteDataSource( poDriver, TO8( QString( "/vsimem/spatialitetest.sqlite" ) ));
OGR_DS_Destroy( ds );
}
}
Expand Down

0 comments on commit 15101bd

Please sign in to comment.