Opened 17 years ago

Closed 17 years ago

#38 closed defect (fixed)

WFS: Memory related problems

Reported by: jacklee Owned by: jacklee
Priority: minor Milestone: 3.3.0
Component: FDO API Version: 3.2.2
Severity: 3 Keywords:
Cc: External ID:

Description

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.

Change History (2)

comment:1 by jacklee, 17 years ago

Status: newassigned

comment:2 by jacklee, 17 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.