From e4195fde9427f63205b4cbb71641f599b2476bcf Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 16 Jun 2011 12:57:38 +0100 Subject: geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result... --- 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 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); } -- cgit v1.2.3