glmosaic: fix shader leak
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 19 May 2016 13:55:31 +0000 (16:55 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:32:19 +0000 (19:32 +0000)
commit8cf9e94c639183c49399e418e8ed32926f539351
tree6e48fce34774670a4c2eb67338fc7311e72863e6
parent719298af982cf8665deb701256c213ae64040ba3
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