Re: [gdal-dev] Memory leaks when using SQL queries with shapefiles

2012-07-20 Thread Even Rouault
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

Re: [gdal-dev] Memory leaks when using SQL queries with shapefiles

2012-07-13 Thread Pierluigi Guasqui
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

Re: [gdal-dev] Memory leaks when using SQL queries with shapefiles

2012-07-13 Thread Pierluigi Guasqui
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

Re: [gdal-dev] Memory leaks when using SQL queries with shapefiles

2012-07-13 Thread Even Rouault
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

[gdal-dev] Memory leaks when using SQL queries with shapefiles

2012-07-11 Thread 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 *fname = "path/to/shapefile.shp"; OGRDa