test: ds: update to use new object system

This commit is contained in:
2025-10-19 21:02:52 +01:00
parent 1daf31093c
commit 25dc4038df
6 changed files with 11 additions and 11 deletions

View File

@@ -15,6 +15,6 @@ int main(void)
printf("object %p\n", it.value);
}
b_array_release(array);
b_array_unref(array);
return 0;
}