MCPcopy Create free account
hub / github.com/MapServer/MapServer / msSHPLayerFreeItemInfo

Function msSHPLayerFreeItemInfo

mapshape.c:2476–2482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2474/* SHAPEFILE Layer virtual table functions */
2475
2476void msSHPLayerFreeItemInfo(layerObj *layer)
2477{
2478 if(layer->iteminfo) {
2479 free(layer->iteminfo);
2480 layer->iteminfo = NULL;
2481 }
2482}
2483
2484int msSHPLayerInitItemInfo(layerObj *layer)
2485{

Callers 1

msSHPLayerInitItemInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected