util: fix memory leak from the fragment shaders for SINT<->UINT blits
authorCharmaine Lee <charmainel@vmware.com>
Thu, 24 Nov 2016 06:53:08 +0000 (22:53 -0800)
committerCharmaine Lee <charmainel@vmware.com>
Thu, 24 Nov 2016 06:53:08 +0000 (22:53 -0800)
commit3233a9fe0bae9e6dd52a0d5a5c19f338960e8487
treed7b07f64547d369f6467cf63fec5ad0bda1d67e2
parentec1f159ac81ed964415d102eed4a0a29be8e7937
util: fix memory leak from the fragment shaders for SINT<->UINT blits

This patch deletes those fragment shaders in util_blitter_destroy().

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_blitter.c