[at-spi2-atk] Close the connection when we are done with it
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-atk] Close the connection when we are done with it
- Date: Tue, 18 Sep 2012 01:27:13 +0000 (UTC)
commit fa41c5f50c2850caa1b2236094c99186e4c5e462
Author: William Jon McCann <jmccann redhat com>
Date: Fri Sep 14 16:28:48 2012 -0400
Close the connection when we are done with it
Since it is no longer a shared connection
https://bugzilla.gnome.org/show_bug.cgi?id=684077
atk-adaptor/bridge.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c
index f21072f..e3056e9 100644
--- a/atk-adaptor/bridge.c
+++ b/atk-adaptor/bridge.c
@@ -939,6 +939,7 @@ atk_bridge_adaptor_cleanup (void)
{
dbus_connection_remove_filter (spi_global_app_data->bus, signal_filter, NULL);
droute_context_unregister (spi_global_app_data->droute, spi_global_app_data->bus);
+ dbus_connection_close (spi_global_app_data->bus);
dbus_connection_unref (spi_global_app_data->bus);
spi_global_app_data->bus = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]