aboutsummaryrefslogtreecommitdiff
path: root/test/file-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/file-update.c')
-rw-r--r--test/file-update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/file-update.c b/test/file-update.c
index 38059d4..578017e 100644
--- a/test/file-update.c
+++ b/test/file-update.c
@@ -128,6 +128,7 @@ static int test_sqe_update(struct io_uring *ring)
ret = cqe->res;
io_uring_cqe_seen(ring, cqe);
+ free(fds);
if (ret == -EINVAL) {
fprintf(stdout, "IORING_OP_FILES_UPDATE not supported, skipping\n");
return 0;