From d74b1775e5f237869bdc2177064ea82aa370ac42 Mon Sep 17 00:00:00 2001 From: Alban Crequy Date: Tue, 23 Aug 2011 13:58:21 +0100 Subject: geocode: fix uninitialized variable (-Werror=uninitialized) --- libempathy/empathy-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 2058d4075..c6225c191 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -1614,7 +1614,7 @@ geocode_cb (GObject *source, EmpathyContactPriv *priv = GET_PRIV (contact); GError *error = NULL; GHashTable *new_location; - GHashTable *resolved; + GHashTable *resolved = NULL; gdouble latitude, longitude; if (priv->location == NULL) -- cgit v1.2.3