Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
259
void msDestroyTree(treeObj *tree)
260
{
261
destroyTreeNode(tree->root);
262
free(tree);
263
}
264
265
static void treeSplitBounds( rectObj *in, rectObj *out1, rectObj *out2)
266
{
Callers
1
main
Function · 0.85
Calls
1
destroyTreeNode
Function · 0.85
Tested by
no test coverage detected