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);
|
free((char *) array);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
array= new_array;
|
||||||
if (size) {
|
if (size) {
|
||||||
*size = pos;
|
*size = pos;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user