Opened 18 years ago

#1886 new defect

Memory leak in mapfile.c:loadMapInternal in error cases

Reported by: mark+mapserver@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.10
Severity: major Keywords:
Cc:

Description

In loadMapInternal, at around line 4521 of mapfile.c, memory is allocated for a mapObj and a pointer to it 
stored in `map'.  In no cases that an error occurs is `map' deallocated before returning NULL when an 
error is encountered while loading the map file.  This will result in the memory `map' points to leaking, as 
well as any memory that it "owns" as a result of the partial loading of the map file.

Change History (0)

Note: See TracTickets for help on using tickets.