Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
void msFree(void *p) {
143
if(p) free(p);
144
}
145
146
/*
147
** Free memory allocated for a character array
Callers
15
msStyleSetGeomTransform
Function · 0.85
msSLDApplySLD
Function · 0.85
msSLDParseNamedLayer
Function · 0.85
msSLDParseRasterSymbolizer
Function · 0.85
msSLDGenerateSLDLayer
Function · 0.85
msSaveImageGDAL
Function · 0.85
msSHPDiskTreeOpen
Function · 0.85
msWriteTree
Function · 0.85
msFreeOutputFormat
Function · 0.85
msCloneOutputFormat
Function · 0.85
FLTApplySimpleSQLFilter
Function · 0.85
FLTLayerApplyPlainFilterToLayer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected