diff options
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |