From 946f89560fe1136391e4a3dbb99e1dea579487ab Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Wed, 18 Jun 2008 07:26:47 +0000 Subject: Fix a bug causing crashes on the entity test. svn path=/trunk/hubbub/; revision=4378 --- src/utils/dict.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils') diff --git a/src/utils/dict.c b/src/utils/dict.c index 59eb4be..5c40b19 100644 --- a/src/utils/dict.c +++ b/src/utils/dict.c @@ -135,6 +135,7 @@ hubbub_dict_node *hubbub_dict_insert_internal(hubbub_dict *dict, return NULL; parent->split = (uint8_t) key[0]; parent->lt = parent->eq = parent->gt = NULL; + parent->value = NULL; } if ((uint8_t) key[0] < parent->split) { -- cgit v1.2.3