ext_texture_integer: Fix memory leak.
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