From 2806a409ed2ca529be4f8fafa482b5d3e904bd51 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 27 Mar 2009 17:30:23 +0200 Subject: [PATCH] binaryregistry: init variable, that is referenced in error case below the fail: label --- gst/gstregistrybinary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstregistrybinary.c b/gst/gstregistrybinary.c index 55bcf113e6..e074a6085d 100644 --- a/gst/gstregistrybinary.c +++ b/gst/gstregistrybinary.c @@ -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;