test: update object api usage

This commit is contained in:
2026-02-08 12:52:14 +00:00
parent b31c3a40b4
commit 7c4cff24f2

View File

@@ -53,7 +53,7 @@ static void print_object_tree(struct object *obj, int depth)
} }
print_object_tree(child, depth + 1); print_object_tree(child, depth + 1);
object_deref(child); object_unref(child);
i++; i++;
} }
} }