We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 35834e8 commit 77d68b0Copy full SHA for 77d68b0
src/core/geometry/qgsgeos.cpp
@@ -1558,7 +1558,7 @@ QgsAbstractGeometryV2* QgsGeos::reshapeGeometry( const QgsLineStringV2& reshapeW
1558
}
1559
else
1560
{
1561
- newGeoms[i] = GEOSGeom_clone_r( geosinit.ctxt, GEOSGetGeometryN( mGeos, i ) );
+ newGeoms[i] = GEOSGeom_clone_r( geosinit.ctxt, GEOSGetGeometryN_r( geosinit.ctxt, mGeos, i ) );
1562
1563
1564
GEOSGeom_destroy_r( geosinit.ctxt, reshapeLineGeos );
0 commit comments