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

Function msDestroyTree

maptree.c:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void msDestroyTree(treeObj *tree)
260{
261 destroyTreeNode(tree->root);
262 free(tree);
263}
264
265static void treeSplitBounds( rectObj *in, rectObj *out1, rectObj *out2)
266{

Callers 1

mainFunction · 0.85

Calls 1

destroyTreeNodeFunction · 0.85

Tested by

no test coverage detected