> As of trunk r71513, v.in.ogr converts any curve types to linear equivalents > with OGR_G_GetLinearGeometry().
r71513 is going to leak memory. The return of OGR_G_GetLinearGeometry() must be freed with OGR_G_DestroyGeometry() (be careful to call it only on a Ogr_geometry returned by OGR_G_GetLinearGeometry() and not the one returned by OGR_F_GetGeometryRef()) -- Spatialys - Geospatial professional services http://www.spatialys.com
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
