Skip to content

ext_framebuffer_multisample_blit_scaled: Fix memory leaks.

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

Fix defect reported by Coverity Scan.

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

Fixes: 8e842367 ("ext_framebuffer_multisample_blit_scaled: Rewrite the fragment shader") Signed-off-by: Vinson Lee vlee@freedesktop.org

Merge request reports