commit c903ece96be6b307eb756430f0b0b9acfca4dbae Author: Juan A. Suarez Romero Date: Tue Jun 14 09:49:23 2011 +0000 image: Initialize variable diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 821f98c..6fbb718 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -1499,7 +1499,7 @@ ensure_stated_icon_from_info (GtkImage *image, { GtkImagePrivate *priv = image->priv; GtkStyleContext *context; - GdkPixbuf *destination; + GdkPixbuf *destination = NULL; gboolean symbolic; context = gtk_widget_get_style_context (GTK_WIDGET (image));