summaryrefslogtreecommitdiff
path: root/samples/sasum.c
diff options
context:
space:
mode:
Diffstat (limited to 'samples/sasum.c')
-rw-r--r--samples/sasum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/sasum.c b/samples/sasum.c
index 3fdbb0eb..1518cc13 100644
--- a/samples/sasum.c
+++ b/samples/sasum.c
@@ -74,6 +74,7 @@ int main(void) {
// Wait for completion
clWaitForEvents(1, &event);
+ clReleaseEvent(event);
// Copies the result back to the host
clEnqueueReadBuffer(queue, device_output, CL_TRUE, 0, 1*sizeof(float), host_output, 0, NULL, NULL);