mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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_free (info->frag_prog);
|
||||
info->frag_prog = NULL;
|
||||
g_free (version_str);
|
||||
gst_object_unref (stage);
|
||||
gst_object_unref (ret);
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue