diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-21 19:48:08 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-21 19:48:08 -0700 |
commit | 4adb4b1013e6fbd057fe6158a911e7b860a78075 (patch) | |
tree | 3d91eb7e0b16dd57d7bddcfc7a0d83103593110e /tern.h | |
parent | f8d991fc1b1ab7ae0c3d8a0307b8b2419d152278 (diff) |
Don't leak a ternary tree when building the menu's initial path
Diffstat (limited to 'tern.h')
-rw-r--r-- | tern.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,5 +42,6 @@ uint32_t tern_count(tern_node *head); void tern_foreach(tern_node *head, iter_fun fun, void *data); char * tern_int_key(uint32_t key, char * buf); tern_node * tern_get_node(tern_val value); +void tern_free(tern_node *head); #endif //TERN_H_ |