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 cc69e37 commit dbf64a4Copy full SHA for dbf64a4
src/core/geometry/qgsgeos.cpp
@@ -896,7 +896,10 @@ QgsGeometryEngine::EngineOperationResult QgsGeos::splitPolygonGeometry( GEOSGeom
896
}
897
898
for ( i = 0; i < testedGeometries.size(); ++i )
899
+ {
900
newGeometries << QgsGeometry( fromGeos( testedGeometries[i] ) );
901
+ GEOSGeom_destroy_r( geosinit.ctxt, testedGeometries[i] );
902
+ }
903
904
return Success;
905
0 commit comments