diff -r 86b19c98b5fd -r d2b1e67b2b48 ucx/map.c --- a/ucx/map.c Thu Jul 11 17:32:48 2013 +0200 +++ b/ucx/map.c Fri Jul 12 20:50:18 2013 +0200 @@ -39,7 +39,7 @@ if(size == 0) { size = 16; } - + if(!allocator) { allocator = ucx_default_allocator(); }