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

Function shapeObj_destroy

mapscript/php/mapscript_i.c:991–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989 }
990
991void shapeObj_destroy(shapeObj *self) {
992 msFreeShape(self);
993 free(self);
994 }
995
996int shapeObj_project(shapeObj *self, projectionObj *in, projectionObj *out) {
997 return msProjectShape(in, out, self);

Callers 3

shapefile.cFile · 0.85
layer.cFile · 0.85

Calls 1

msFreeShapeFunction · 0.85

Tested by

no test coverage detected