[886/906] fixup a memory leak of the context in the GLTextureUploadMeta path
authorMatthew Waters <ystreet00@gmail.com>
Sat, 22 Feb 2014 14:32:23 +0000 (01:32 +1100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:33 +0000 (19:31 +0000)
commit3c9f5e6e5eb0a29f193e0777690e365d13418d3e
tree7c25c25dcef6b1282cda14880b28167e9cccb8b8
parentc2e1e6a2d1a92211808f00d596c0ad7582c902e8
[886/906] fixup a memory leak of the context in the GLTextureUploadMeta path

gst_structure_get returns a reference to the object and we asked
for another with gst_object_replace.

https://bugzilla.gnome.org/show_bug.cgi?id=724816
gst-libs/gst/gl/gstglfilter.c