diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-03-27 17:30:23 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-03-27 17:32:29 +0200 |
commit | 2806a409ed2ca529be4f8fafa482b5d3e904bd51 (patch) | |
tree | 4c18119ab9d5fd54f78de483c40294bd4236d876 /gst/gstregistrybinary.c | |
parent | 659e1d2dc25640fa058031bb39e3fc7f88de590a (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.c | 2 |
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; |