summaryrefslogtreecommitdiff
path: root/utests/compiler_fill_image_1d_array.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/compiler_fill_image_1d_array.cpp')
-rw-r--r--utests/compiler_fill_image_1d_array.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utests/compiler_fill_image_1d_array.cpp b/utests/compiler_fill_image_1d_array.cpp
index 67f96436..23a84255 100644
--- a/utests/compiler_fill_image_1d_array.cpp
+++ b/utests/compiler_fill_image_1d_array.cpp
@@ -69,6 +69,7 @@ static void compiler_fill_image_1d_array(void)
for (uint32_t i = 0; i < w; i++) {
OCL_ASSERT(dst[(array - 1)*w + i] == 0x0);
}
+ free(src);
free(dst);
}