commit
c7fcba3ee5
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ node *matched_node = r3_tree_match_entry(n, entry);
|
|||
|
||||
|
||||
|
||||
**Release Memroy**
|
||||
**Release Memory**
|
||||
|
||||
To release the memory, you may call `r3_tree_free(node *tree)` to release the whole tree structure,
|
||||
`node*`, `edge*`, `route*` objects that were inserted into the tree will be freed.
|
||||
|
|
Loading…
Reference in a new issue