Skip to content

cl: fix piglit-util-cl memory leaks

The main issue is the missing clReleaseEvent() which prevents for instance clover to properly free objects. This issue is visible when using the gcc sanitizer environment.

Signed-off-by: Patrick Lerda patrick9876@free.fr

Merge request reports