Forgot to store util_rbtree.c before previous commit.
This commit is contained in:
parent
ba11413a6f
commit
95121e2f9f
@ -301,6 +301,7 @@ void ** iso_rbtree_to_array(IsoRBTree *tree, int (*include_item)(void *),
|
||||
free((char *) array);
|
||||
return NULL;
|
||||
}
|
||||
array= new_array;
|
||||
if (size) {
|
||||
*size = pos;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user