MCPcopy Index your code
hub / github.com/MapServer/MapServer / msFreeLabelPathObj

Function msFreeLabelPathObj

mapprimitive.c:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void msFreeLabelPathObj(labelPathObj *path)
173{
174 msFreeShape(&(path->bounds));
175 msFree(path->path.point);
176 msFree(path->angles);
177 msFree(path);
178}
179
180void msShapeDeleteLine( shapeObj *shape, int line )
181{

Callers 3

msDrawShapeFunction · 0.85
msFreeLabelCacheSlotFunction · 0.85

Calls 2

msFreeShapeFunction · 0.85
msFreeFunction · 0.85

Tested by

no test coverage detected