glcolorconvert: Fix string leak
authorVineeth TM <vineeth.tm@samsung.com>
Thu, 12 Nov 2015 07:18:35 +0000 (16:18 +0900)
committerMatthew Waters <matthew@centricular.com>
Thu, 12 Nov 2015 10:23:21 +0000 (21:23 +1100)
commitba4802e1e57364975f09f471735d409c2b89fc73
treea3817e785416b70a5c29f709c9d4aa43106e5346
parentb8adc98ddcc6f9e3f00578948b3a604c2416c07c
glcolorconvert: Fix string leak

String got using gst_glsl_version_profile_to_string, is allocated
memory and should be freed

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