Skip to content

ext_texture_integer: Fix memory leak.

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

Fix defect reported by Coverity Scan.

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

Fixes: 98f9fb5f ("texture integer getTexImage clamping: Remove GLenum string literals.") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports