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

Function msFree

mapfile.c:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142void msFree(void *p) {
143 if(p) free(p);
144}
145
146/*
147** Free memory allocated for a character array

Callers 15

msStyleSetGeomTransformFunction · 0.85
msSLDApplySLDFunction · 0.85
msSLDParseNamedLayerFunction · 0.85
msSLDGenerateSLDLayerFunction · 0.85
msSaveImageGDALFunction · 0.85
msSHPDiskTreeOpenFunction · 0.85
msWriteTreeFunction · 0.85
msFreeOutputFormatFunction · 0.85
msCloneOutputFormatFunction · 0.85
FLTApplySimpleSQLFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected