[empathy] geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...
- Date: Thu, 16 Jun 2011 12:55:06 +0000 (UTC)
commit e4195fde9427f63205b4cbb71641f599b2476bcf
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Jun 16 12:57:38 2011 +0100
geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...
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 d0628a4..c766857 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]