ucx/map.c

changeset 147
1aa598f36872
parent 139
dddb9348ea42
child 173
31a8682fffb7
     1.1 --- a/ucx/map.c	Fri Aug 16 13:40:10 2013 +0200
     1.2 +++ b/ucx/map.c	Fri Aug 16 14:48:58 2013 +0200
     1.3 @@ -200,6 +200,7 @@
     1.4                      } else {
     1.5                          map->map[slot] = elm->next;
     1.6                      }
     1.7 +                    map->allocator->free(map->allocator->pool, elm->key.data);
     1.8                      map->allocator->free(map->allocator->pool, elm);
     1.9                      map->count--;
    1.10                  }

mercurial