Le vendredi 13 juillet 2012 16:22:34, Pierluigi Guasqui a écrit :
> Even,
>
> I opened a ticket in GDAL Trac: http://trac.osgeo.org/gdal/ticket/4749.
>
Confirmed and fixed now. Thanks for reporting.
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
ht
Even,
I opened a ticket in GDAL Trac: http://trac.osgeo.org/gdal/ticket/4749.
Thank you,
Pierluigi
Il 13/07/2012 12.14, Even Rouault ha scritto:
Selon Pierluigi Guasqui :
Hello,
I am experiencing a big memory allocation (with no subsequent memory
release) when using SQL queries with shapef
Il 13/07/2012 12.14, Even Rouault ha scritto:
Selon Pierluigi Guasqui :
Hello,
I am experiencing a big memory allocation (with no subsequent memory
release) when using SQL queries with shapefiles. This is a sample code
that triggers this problem:
OGRRegisterAll();
// opening shap
Selon Pierluigi Guasqui :
> Hello,
>
> I am experiencing a big memory allocation (with no subsequent memory
> release) when using SQL queries with shapefiles. This is a sample code
> that triggers this problem:
>
> OGRRegisterAll();
>
> // opening shapefile data source
> const char
Hello,
I am experiencing a big memory allocation (with no subsequent memory
release) when using SQL queries with shapefiles. This is a sample code
that triggers this problem:
OGRRegisterAll();
// opening shapefile data source
const char *fname = "path/to/shapefile.shp";
OGRDa