glmosaic: fix shader leak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 May 2016 13:55:31 +0000 (16:55 +0300)
committerMatthew Waters <matthew@centricular.com>
Fri, 20 May 2016 15:09:25 +0000 (17:09 +0200)
commit396932f412f01de86351d4f6deb1f0c9b2f84c68
tree33897b1a464fcd697861cb1f4bff19f6398de25a
parent0934af6cce33d3759dd4fc13ff315073291446fb
glmosaic: fix shader leak

gst_gl_mosaic_init_shader() is called twice with test_glmosaic so the
first shader was leaked.

https://bugzilla.gnome.org/show_bug.cgi?id=766661
ext/gl/gstglmosaic.c