From 82a968f20e3092eca9ee341618d12d3308e90c4b Mon Sep 17 00:00:00 2001 From: Daniel C Date: Fri, 5 Jan 2024 19:40:45 -0500 Subject: [PATCH] ci: no need ptp_dup_uint_array --- test/test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.c b/test/test.c index 645cbeb..430c3db 100644 --- a/test/test.c +++ b/test/test.c @@ -169,8 +169,6 @@ int test_fs() { if (rc) return rc; assert(ptp_get_return_code(&r) == PTP_RC_OK); - arr = ptp_dup_uint_array(arr); - for (int i = 0; i < arr->length; i++) { struct PtpObjectInfo oi; rc = ptp_get_object_info(&r, arr->data[i], &oi);