[fdo-trac] #38: WFS: Memory related problems

FDO trac_fdo at osgeo.org
Mon Mar 12 14:45:27 EDT 2007


#38: WFS: Memory related problems
-----------------------+----------------------------------------------------
   Reporter:  jacklee  |       Owner:  jacklee
       Type:  defect   |      Status:  new    
   Priority:  minor    |   Milestone:  3.3.0  
  Component:  FDO API  |     Version:  3.2.2  
   Severity:  3        |    Keywords:         
External_id:           |  
-----------------------+----------------------------------------------------
 The Linux tool valgrind encountered a couple of problems running the WFS
 unittest:

 1) In FdoXmlCoordinateGroup::~FdoXmlCoordinateGroup
 delete m_doubleArray;
 should be
 delete[] m_doubleArray;

 2) In FdoOwsHttpHandler::_headerCallback, retCodeStr is not nul
 terminated.

-- 
Ticket URL: <http://trac.osgeo.org/fdo/ticket/38>
FDO <http://fdo.osgeo.org/>
Feature Data Objects


More information about the fdo-trac mailing list