mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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
This commit is contained in:
parent
07901d8eed
commit
7b0125ab11
1 changed files with 0 additions and 1 deletions
|
@ -1682,7 +1682,6 @@ _create_shader (GstGLColorConvert * convert)
|
||||||
g_clear_error (&error);
|
g_clear_error (&error);
|
||||||
g_free (info->frag_prog);
|
g_free (info->frag_prog);
|
||||||
info->frag_prog = NULL;
|
info->frag_prog = NULL;
|
||||||
g_free (version_str);
|
|
||||||
gst_object_unref (stage);
|
gst_object_unref (stage);
|
||||||
gst_object_unref (ret);
|
gst_object_unref (ret);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue