diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-15 22:21:39 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:53:17 +0800 |
commit | efc7ca8632a73dd30b0e3b36931e63c3922ae8ee (patch) | |
tree | dc887bc7658faba211237f7899d19d456a93a526 /libempathy | |
parent | ea473bb361a461e30e45db76377592346af9b3cf (diff) | |
download | gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar.gz gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar.bz2 gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar.lz gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar.xz gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.tar.zst gsoc2013-empathy-efc7ca8632a73dd30b0e3b36931e63c3922ae8ee.zip |
Don't destroy an hashtable owned by DBus
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 453080df5..737857c9f 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -996,8 +996,6 @@ channel_get_all_properties_cb (TpProxy *proxy, priv->description = g_value_dup_string ( g_hash_table_lookup (properties, "Description")); - g_hash_table_destroy (properties); - c_factory = empathy_tp_contact_factory_dup_singleton (tp_channel_borrow_connection (TP_CHANNEL (proxy))); c_handle = tp_channel_get_handle (TP_CHANNEL (proxy), NULL); |