diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c index 67073726c0..f6671f7466 100644 --- a/gtk/gtkstyleproperties.c +++ b/gtk/gtkstyleproperties.c @@ -620,7 +620,7 @@ gtk_style_properties_set_valist (GtkStyleProperties *props, { const GtkStyleProperty *node; gchar *error = NULL; - GValue val; + GValue val = { 0 }; node = _gtk_style_property_lookup (property_name);