mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
registrychunk: Fix leak in failed case of reading plugin dependency string
https://bugzilla.gnome.org/show_bug.cgi?id=783978
This commit is contained in:
parent
848dee060b
commit
d32afe3f71
1 changed files with 1 additions and 0 deletions
|
@ -758,6 +758,7 @@ gst_registry_chunks_load_plugin_dep_strv (gchar ** in, gchar * end, guint n)
|
|||
return arr;
|
||||
fail:
|
||||
GST_INFO ("Reading plugin dependency strings failed");
|
||||
g_strfreev (arr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue