X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-dispatcher.c;h=c8a0f9e60b043e5effd618a6ab3d71930267c841;hp=5245bd2895f27a95f78b14327d889328a4f789d8;hb=5f6a57093aa93d8bcf4cee001adacaa91d4198c7;hpb=5303246bdec46980c2a447e77759f4c107967bca diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index 5245bd28..c8a0f9e6 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -353,7 +353,6 @@ dispatch_operation_claimed_cb (EmpathyDispatchOperation *operation, connection = empathy_dispatch_operation_get_tp_connection (operation); cd = g_hash_table_lookup (priv->connections, connection); g_assert (cd != NULL); - g_object_unref (G_OBJECT (connection)); object_path = empathy_dispatch_operation_get_object_path (operation); @@ -397,7 +396,6 @@ dispatch_operation_ready_cb (EmpathyDispatchOperation *operation, connection = empathy_dispatch_operation_get_tp_connection (operation); cd = g_hash_table_lookup (priv->connections, connection); g_assert (cd != NULL); - g_object_unref (G_OBJECT (connection)); g_object_ref (operation); g_object_ref (dispatcher);