ext_framebuffer_multisample_blit_scaled: Fix memory leaks.
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