Use sqlite3_close instead of v2

This commit is contained in:
Alessandro Pasotti 2017-08-17 22:48:57 +02:00
parent 0eb302d5e8
commit b36ad06bc5

View File

@ -623,7 +623,7 @@ bool QgsGeoPackageRasterLayerItem::executeDeleteLayer( QString &errCause )
sqlite3_free( errmsg );
}
}
sqlite3_close_v2( handle );
sqlite3_close( handle );
}
}
else