mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
binaryregistry: init variable, that is referenced in error case below the fail: label
This commit is contained in:
parent
659e1d2dc2
commit
2806a409ed
1 changed files with 1 additions and 1 deletions
|
@ -902,7 +902,7 @@ gst_registry_binary_load_feature (GstRegistry * registry, gchar ** in,
|
|||
gchar * end, const gchar * plugin_name)
|
||||
{
|
||||
GstBinaryPluginFeature *pf = NULL;
|
||||
GstPluginFeature *feature;
|
||||
GstPluginFeature *feature = NULL;
|
||||
gchar *type_name = NULL, *str;
|
||||
GType type;
|
||||
guint i;
|
||||
|
|
Loading…
Reference in a new issue