diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-16 19:57:38 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-16 19:57:38 +0800 |
commit | e4195fde9427f63205b4cbb71641f599b2476bcf (patch) | |
tree | 988794474bbd65cef708ec798602df58f651f7c8 /libempathy/empathy-contact.c | |
parent | 5aa6b7a616bbdb3a8f826831259f5d23a622d8d4 (diff) | |
download | gsoc2013-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/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 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); } |