mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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)
|
gchar * end, const gchar * plugin_name)
|
||||||
{
|
{
|
||||||
GstBinaryPluginFeature *pf = NULL;
|
GstBinaryPluginFeature *pf = NULL;
|
||||||
GstPluginFeature *feature;
|
GstPluginFeature *feature = NULL;
|
||||||
gchar *type_name = NULL, *str;
|
gchar *type_name = NULL, *str;
|
||||||
GType type;
|
GType type;
|
||||||
guint i;
|
guint i;
|
||||||
|
|
Loading…
Reference in a new issue