gl: fix memory leak
authorLuis de Bethencourt <luis.bg@samsung.com>
Wed, 4 Feb 2015 14:10:13 +0000 (14:10 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:54 +0000 (19:31 +0000)
commitf52450765991e85fff9599363e9a78fd6f92c32c
treed902b49ca6a86ba3f1be9fe8af657721c2631c38
parent17dba52ff35351ffd7159deb47b63a8ca77772d1
gl: fix memory leak

In gst_gl_filter_fixate_caps () it can goto done without freeing the memory of
the tmp GstStructure. This makes it go out of scope and leak.

CID #1265765
gst-libs/gst/gl/gstglfilter.c