Opened 19 years ago

Closed 18 years ago

#1196 closed defect (wontfix)

allocated memory not freed in mOWSExecuteRequests

Reported by: sgillies@… Owned by: mapserverbugs
Priority: high Milestone:
Component: WMS Client Version: 4.4
Severity: normal Keywords:
Cc:

Description

Memory allocated to pasReqInfo[i].pszErrBuf in msHTTPExecuteRequests
(maphttp.c:402) is not being freed.  Bug probably exists in CVS HEAD as well.
Following is output from valgrind:

==24624== 257 bytes in 1 blocks are definitely lost in loss record 61 of 91
==24624==    at 0x1B904A80: malloc (vg_replace_malloc.c:131)
==24624==    by 0x1C043475: msHTTPExecuteRequests (maphttp.c:402)
==24624==    by 0x1C03B857: msOWSExecuteRequests (mapows.c:1383)
==24624==    by 0x1C024B53: msDrawMap (mapdraw.c:385)

Change History (1)

comment:1 by sgillies@…, 18 years ago

Cc: steve.lime@… added
Resolution: wontfix
Status: newclosed
won't fix.
Note: See TracTickets for help on using tickets.