Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-08 Thread Ivan Lucena
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

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-04 Thread Ivan Lucena
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

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-08-01 Thread SIMON Nicolas
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

Re: [gdal-dev] OGR: memory leak in OCI driver

2014-05-06 Thread Ivan Lucena
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 : …

[gdal-dev] OGR: memory leak in OCI driver

2014-05-06 Thread SIMON Nicolas
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