diff options
Diffstat (limited to 'src/trie.c')
-rw-r--r-- | src/trie.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -325,6 +325,7 @@ static struct trie_leaf *trie_leaf_alloc(struct trie *trie, const void *key, siz return NULL; } + LIST_ITEM_INIT(leaf); LIST_APPEND(trie, leaf); leaf->value = NULL; |