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

Function msWCSFreeSubsetObj20

mapwcs20.c:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197/************************************************************************/
198
199static void msWCSFreeSubsetObj20(wcs20SubsetObjPtr subset)
200{
201 if (NULL == subset)
202 {
203 return;
204 }
205 msFree(subset->axis);
206 msFree(subset->crs);
207 msFree(subset);
208}
209
210/************************************************************************/
211/* msWCSCreateAxisObj20() */

Callers 3

msWCSFreeAxisObj20Function · 0.85
msWCSParseRequest20Function · 0.85

Calls 1

msFreeFunction · 0.85

Tested by

no test coverage detected