Skip to content

ext_direct_state_access: Fix memory leaks.

Vinson Lee requested to merge vlee/piglit:fix-cid-1445178 into main

Fix defects reported by Coverity Scan.

Resource leak (RESOURCE_LEAK) leaked_storage: Variable attachments going out of scope leaks the storage it points to.

Fixes: deec4392 ("ext_direct_state_access: add test for Framebuffer functions") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports