Skip to content
Permalink
Browse files
Use sqlite3_close instead of v2
  • Loading branch information
elpaso committed Aug 17, 2017
1 parent 0eb302d commit b36ad06
Showing 1 changed file with 1 addition and 1 deletion.
@@ -623,7 +623,7 @@ bool QgsGeoPackageRasterLayerItem::executeDeleteLayer( QString &errCause )
sqlite3_free( errmsg );
}
}
sqlite3_close_v2( handle );
sqlite3_close( handle );
}
}
else

0 comments on commit b36ad06

Please sign in to comment.