From efc7ca8632a73dd30b0e3b36931e63c3922ae8ee Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 15 May 2009 16:21:39 +0200 Subject: Don't destroy an hashtable owned by DBus --- libempathy/empathy-ft-handler.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libempathy') 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); -- cgit v1.2.3