diff options
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 1c20c2c9a..23f7f1311 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -549,7 +549,7 @@ empathy_pixbuf_from_icon_name_sized (const gchar *icon_name, { GtkIconTheme *theme; GdkPixbuf *pixbuf; - GError *error; + GError *error = NULL; if (!icon_name) { return NULL; |