aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-16 19:57:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-06-16 19:57:38 +0800
commite4195fde9427f63205b4cbb71641f599b2476bcf (patch)
tree988794474bbd65cef708ec798602df58f651f7c8 /libempathy
parent5aa6b7a616bbdb3a8f826831259f5d23a622d8d4 (diff)
downloadgsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar.gz
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar.bz2
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar.lz
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar.xz
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.tar.zst
gsoc2013-empathy-e4195fde9427f63205b4cbb71641f599b2476bcf.zip
geocode_cb: actually destroy the resolved hash table, not the GAsyncResult result...
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-contact.c2
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);
}