Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MapServer/MapServer
/ pointObj_destroy
Function
pointObj_destroy
mapscript/php/mapscript_i.c:896–898 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
894
}
895
896
void pointObj_destroy(pointObj *self) {
897
free(self);
898
}
899
900
int pointObj_project(pointObj *self, projectionObj *in, projectionObj *out) {
901
return msProjectPoint(in, out, self);
Callers
2
shapefile.c
File · 0.85
mapscript_point_object_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected