]> git.0d.be Git - empathy.git/commitdiff
Don't destroy an hashtable owned by DBus
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Fri, 15 May 2009 14:21:39 +0000 (16:21 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:17 +0000 (17:53 +0200)
libempathy/empathy-ft-handler.c

index 453080df539e46d3c9fa3b77371a5bbb73e21de5..737857c9f1497a8a256404140f28cee72f6533f7 100644 (file)
@@ -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);