diff options
Diffstat (limited to 'libempathy')
-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 d0628a490..c766857ee 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -1625,7 +1625,7 @@ geocode_cb (GObject *source, g_object_notify ((GObject *) contact, "location"); out: - tp_clear_pointer (&result, g_hash_table_unref); + tp_clear_pointer (&resolved, g_hash_table_unref); g_object_unref (contact); } |