Files
OpenCL-CTS/test_conformance
Sreelakshmi Haridas Maruthur ddca0f802b gles: Fix double frees. (#1323)
* gles: Fix double frees.

Remove a few explicit frees in the redirect_buffers test which are
already handled by a wrapper.

* gles: Fix double frees

A recent update to the object wrapper classes (#1268) changed the
behavior of assigning to a wrapper, whereby the wrapped object is now
released upon assignment. A couple of tests were manually calling
clReleaseMemObject and then assigning `nullptr` to the wrapper,
resulting in the wrapper calling clReleaseMemObject on an object that
had already been destroyed.

Co-authored-by: spauls <spauls@qti.qualcomm.com>
2021-09-28 10:19:17 -07:00
..
2021-05-18 18:12:55 +01:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2020-07-23 17:21:07 +01:00
2021-09-28 10:19:17 -07:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2021-09-13 13:25:32 +01:00
2021-05-13 09:13:03 +01:00
2019-07-31 16:00:45 +01:00