ucx/properties.c

changeset 173
31a8682fffb7
parent 152
3238f65db163
child 177
11ad03783baf
     1.1 --- a/ucx/properties.c	Mon Jun 02 16:04:11 2014 +0200
     1.2 +++ b/ucx/properties.c	Tue Jun 10 15:43:13 2014 +0200
     1.3 @@ -206,7 +206,7 @@
     1.4              return 1;
     1.5          }
     1.6          if(ucx_map_sstr_put(map, name, value.ptr)) {
     1.7 -            map->allocator->free(map->allocator->pool, value.ptr);
     1.8 +            alfree(map->allocator, value.ptr);
     1.9              return 1;
    1.10          }
    1.11      }

mercurial