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

Function msFreeProjection

mapfile.c:1041–1053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039}
1040
1041void msFreeProjection(projectionObj *p) {
1042#ifdef USE_PROJ
1043 if(p->proj)
1044 {
1045 pj_free(p->proj);
1046 p->proj = NULL;
1047 }
1048
1049 msFreeCharArray(p->args, p->numargs);
1050 p->args = NULL;
1051 p->numargs = 0;
1052#endif
1053}
1054
1055/*
1056** Handle OGC WMS/WFS AUTO projection in the format:

Callers 15

FLTApplySimpleSQLFilterFunction · 0.85
msOWSPrintBoundingBoxFunction · 0.85
msWCSGetCoverageFunction · 0.85
msWCSGetCoverage20Function · 0.85
msLoadProjectionStringFunction · 0.85
freeLayerFunction · 0.85
loadMapInternalFunction · 0.85

Calls 1

msFreeCharArrayFunction · 0.85

Tested by

no test coverage detected