Skip to content

test/textureGather: memory leak

Sergii Romantsov requested to merge GL/piglit:fix/meml_textureGather into master

Test uses asprintf which allocates memory, but not freed it

Fixes: f62e74f6(ARB_texture_gather: add initial execution test)

Signed-off-by: Sergii Romantsov sergii.romantsov@globallogic.com

Merge request reports