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

Function msWCSFreeAxisObj20

mapwcs20.c:237–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235/************************************************************************/
236
237static void msWCSFreeAxisObj20(wcs20AxisObjPtr axis)
238{
239 if(NULL == axis)
240 {
241 return;
242 }
243
244 msFree(axis->name);
245 msFree(axis->resolutionUOM);
246 msWCSFreeSubsetObj20(axis->subset);
247 msFree(axis);
248}
249
250/************************************************************************/
251/* msWCSFindAxis20() */

Callers 1

msWCSFreeParamsObj20Function · 0.85

Calls 2

msFreeFunction · 0.85
msWCSFreeSubsetObj20Function · 0.85

Tested by

no test coverage detected