Your patch was committed to trunk, backported to 1.11 and 1.10. Ticked #5590
close.
Please verify.
Regards,
Ivan
From: nicolas.si...@spw.wallonie.be
To: gdal-dev@lists.osgeo.org
Date: Fri, 1 Aug 2014 14:49:35 +
Subject: Re: [gdal-dev] OGR: memory leak in OCI driver
Hi list
Hi Nicolas,
I will take care of that.
Thanks,
Ivan
From: nicolas.si...@spw.wallonie.be
To: gdal-dev@lists.osgeo.org
Date: Fri, 1 Aug 2014 14:49:35 +
Subject: Re: [gdal-dev] OGR: memory leak in OCI driver
Hi list,
We tested the suggestion of Ivan and it’s better
nvoyé : mardi 6 mai 2014 17:48
À : SIMON Nicolas; gdal-dev@lists.osgeo.org
Cc : SANDRI Christophe; NGUYEN Thi Xuan Truc
Objet : RE: [gdal-dev] OGR: memory leak in OCI driver
Hi Nicolas,
I received that report a month ago:
"we have found the OGROCISession is never released, causing a large m
9 +
CC: christophe.san...@spw.wallonie.be; xuan.ngu...@spw.wallonie.be
Subject: [gdal-dev] OGR: memory leak in OCI driver
Dear developers,
I suspect that there is a memory leak in OCI driver for OGR
My simplified test case is :
…
Dear developers,
I suspect that there is a memory leak in OCI driver for OGR
My simplified test case is :
...
// point A
OGRRegisterAll();
// point B
pDS = OGRSFDriverRegistrar::Open("OCI:USER/PWD@INSTANCE:TABLE", true);
if(pDS)
{
OGRDataSource::De