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

@@ -9,6 +9,6 @@ int main(void)
b_uuid_to_cstr(uuid, str);
printf("%s\n", str);
b_uuid_release(uuid);
b_uuid_unref(uuid);
return 0;
}