Skip to content

Commit 15101bd

Browse files
committed
Fix #8275
1 parent b45b7d6 commit 15101bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsvectorfilewriter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ QMap<QString, QString> QgsVectorFileWriter::ogrDriverList()
10161016
if ( ds )
10171017
{
10181018
writableDrivers << "SpatiaLite";
1019+
OGR_Dr_DeleteDataSource( poDriver, TO8( QString( "/vsimem/spatialitetest.sqlite" ) ));
10191020
OGR_DS_Destroy( ds );
10201021
}
10211022
}

0 commit comments

Comments
 (0)