summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-27 17:30:23 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-27 17:32:29 +0200
commit2806a409ed2ca529be4f8fafa482b5d3e904bd51 (patch)
tree4c18119ab9d5fd54f78de483c40294bd4236d876 /gst/gstregistrybinary.c
parent659e1d2dc25640fa058031bb39e3fc7f88de590a (diff)
binaryregistry: init variable, that is referenced in error case below the fail: label
Diffstat (limited to 'gst/gstregistrybinary.c')
-rw-r--r--gst/gstregistrybinary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstregistrybinary.c b/gst/gstregistrybinary.c
index 55bcf113e..e074a6085 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;