Merge pull request #77 from pangyre/patch-1

Update README.md
This commit is contained in:
Yo-An Lin 2014-11-20 15:34:43 +08:00
commit c7fcba3ee5

View file

@ -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.