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

Function destroyVTFItem

mappluginlayer.c:63–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static void
64destroyVTFItem(VTFactoryItemObj **pVTFI)
65{
66 free((*pVTFI)->name);
67 (*pVTFI)->name = NULL;
68 memset(&(*pVTFI)->vtable, 0, sizeof(layerVTableObj));
69 free(*pVTFI);
70 *pVTFI = NULL;
71}
72
73
74static VTFactoryItemObj *

Callers 3

loadCustomLayerDLLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected