[Gdal-dev] Memory leak in OCI

Lorenzo Maior.it lorenzo.sassolini at maior.it
Fri Oct 22 12:00:33 EDT 2004



Hello,
I've used the standard loop:

    while ((aOGRFeatureH = OGR_L_GetNextFeature(aLayerH)) != NULL)
        OGR_F_Destroy(aOGRFeatureH);

with an OCILayer containing only geometries of type "wkbLineString".

It seams that memory isn't freed.
 
If I read the same geometries with the same loop but from a shapefile I
don't have any memory problem.

Do anyone know the problem?
Thanks!

Lorenzo


-- 
Lorenzo Sassolini
Lorenzo.Sassolini at maior.it

Maior srl
Via XXIV Maggio, 3 
50100 Firenze (ITALY)
Tel. +39 055 482959
Fax. +39 055 476891
info at maior.it
http://www.maior.it





More information about the Gdal-dev mailing list