From 95121e2f9f1d41e345603c4dbcbe22fdf7d6cd82 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 1 Sep 2010 19:18:35 +0200 Subject: [PATCH] Forgot to store util_rbtree.c before previous commit. --- libisofs/util_rbtree.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libisofs/util_rbtree.c b/libisofs/util_rbtree.c index 59e4f9e..f4454ae 100644 --- a/libisofs/util_rbtree.c +++ b/libisofs/util_rbtree.c @@ -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; }