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

Function msClusterLayerFreeItemInfo

mapcluster.c:1224–1228  ·  view source on GitHub ↗

Free the itemindexes array in a layer. */

Source from the content-addressed store, hash-verified

1222
1223/* Free the itemindexes array in a layer. */
1224void msClusterLayerFreeItemInfo(layerObj *layer)
1225{
1226 msFree(layer->iteminfo);
1227 layer->iteminfo = NULL;
1228}
1229
1230
1231/* allocate the iteminfo index array - same order as the item list */

Callers 1

Calls 1

msFreeFunction · 0.85

Tested by

no test coverage detected