From 7b0125ab115b10fa6c3706460afc8aea21d834b4 Mon Sep 17 00:00:00 2001 From: Vineeth TM Date: Thu, 12 Nov 2015 16:26:00 +0900 Subject: [PATCH] glcolorconvert: remove unnecessary free version_str is already being freed. So no need to call again https://bugzilla.gnome.org/show_bug.cgi?id=757974 --- gst-libs/gst/gl/gstglcolorconvert.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst-libs/gst/gl/gstglcolorconvert.c b/gst-libs/gst/gl/gstglcolorconvert.c index 4eb3ac5..f4fd547 100644 --- a/gst-libs/gst/gl/gstglcolorconvert.c +++ b/gst-libs/gst/gl/gstglcolorconvert.c @@ -1682,7 +1682,6 @@ _create_shader (GstGLColorConvert * convert) g_clear_error (&error); g_free (info->frag_prog); info->frag_prog = NULL; - g_free (version_str); gst_object_unref (stage); gst_object_unref (ret); return NULL; -- 2.7.4