aboutsummaryrefslogtreecommitdiff
path: root/tests/test-iov.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-iov.c')
-rw-r--r--tests/test-iov.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test-iov.c b/tests/test-iov.c
index 46ae25efd6..a22d71fd2c 100644
--- a/tests/test-iov.c
+++ b/tests/test-iov.c
@@ -208,6 +208,9 @@ static void test_io(void)
} while(k < j);
}
}
+ iov_free(iov, niov);
+ g_free(buf);
+ g_free(siov);
exit(0);
} else {
@@ -246,6 +249,10 @@ static void test_io(void)
test_iov_bytes(iov, niov, i, j - i);
}
}
+
+ iov_free(iov, niov);
+ g_free(buf);
+ g_free(siov);
}
#endif
}