Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsgeopackagedataitems.cpp
Expand Up @@ -623,7 +623,7 @@ bool QgsGeoPackageRasterLayerItem::executeDeleteLayer( QString &errCause )
sqlite3_free( errmsg );
}
}
sqlite3_close_v2( handle );
sqlite3_close( handle );
}
}
else
Expand Down

0 comments on commit b36ad06

Please sign in to comment.