aboutsummaryrefslogtreecommitdiff
path: root/utils/objdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/objdump.c')
-rw-r--r--utils/objdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/objdump.c b/utils/objdump.c
index 2e00d0abc2f3..d3f7cd1bcec6 100644
--- a/utils/objdump.c
+++ b/utils/objdump.c
@@ -53,6 +53,7 @@ ucl_obj_dump (const ucl_object_t *obj, unsigned int shift)
if (obj->type == UCL_OBJECT) {
printf ("%stype: UCL_OBJECT\n", pre);
printf ("%svalue: %p\n", pre, obj->value.ov);
+ it_obj = NULL;
while ((cur = ucl_iterate_object (obj, &it_obj, true))) {
ucl_obj_dump (cur, shift + 2);
}