binaryregistry: init variable, that is referenced in error case below the fail: label

This commit is contained in:
Stefan Kost 2009-03-27 17:30:23 +02:00
parent 659e1d2dc2
commit 2806a409ed

View file

@ -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;