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)
commit2572e3d25c1192faba7bc89d26d26192efdd0481
treed6bf5eeb07bbf76f6fda322f9f53a7918d7ed0fb
parent098c5c16ad2b1c849c5893c0f81ef762144f69c6
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