KhronosGroup / OpenCL-CTS

The OpenCL Conformance Tests
Apache License 2.0
178 stars 187 forks source link

computeinfo: fix memory leak #2002

Closed svenvh closed 3 hours ago

svenvh commented 3 days ago

Even on the common code path (i.e., no error paths taken), test_computeinfo failed to release its allocated memory, preventing a clean run with LeakSanitizer.