Update README.md
Simple typo, s/Memroy/Memory/;
This commit is contained in:
parent
82143dfacb
commit
607a285426
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,
|
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.
|
`node*`, `edge*`, `route*` objects that were inserted into the tree will be freed.
|
||||||
|
|
Loading…
Reference in a new issue