summaryrefslogtreecommitdiff
path: root/samples/haxpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/haxpy.c')
-rw-r--r--samples/haxpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/haxpy.c b/samples/haxpy.c
index 3c7bb33a..d5b98e12 100644
--- a/samples/haxpy.c
+++ b/samples/haxpy.c
@@ -78,6 +78,7 @@ int main(void) {
// Wait for completion
clWaitForEvents(1, &event);
+ clReleaseEvent(event);
// Copies the result back to the host
clEnqueueReadBuffer(queue, device_b, CL_TRUE, 0, n*sizeof(cl_half), host_b, 0, NULL, NULL);