MapServer / MapServer-import

3 stars 2 forks source link

allocated memory not freed in mOWSExecuteRequests #1196

Open tbonfort opened 12 years ago

tbonfort commented 12 years ago

Reporter: sgillies@frii.com Date: 2005/01/30 - 05:06

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)
tbonfort commented 12 years ago

Author: sgillies@frii.com Date: 2006/06/02 - 04:14

won't fix.