From 5b2ebbc50c9476e7afb3c2e1634bdd641b6cba8b Mon Sep 17 00:00:00 2001 From: Mike Gorse Date: Fri, 5 Nov 2010 09:04:27 -0400 Subject: [PATCH] Remove g_atexit handler. BGO#563546: at-spi should not use atexit. Dbus sends a NameOwnerChanged when an application goes away, so at-spi2-registryd should be able to do any necessary handling from that. --- atk-adaptor/bridge.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/atk-adaptor/bridge.c b/atk-adaptor/bridge.c index f476e96..35086f4 100644 --- a/atk-adaptor/bridge.c +++ b/atk-adaptor/bridge.c @@ -757,8 +757,6 @@ adaptor_init (gint * argc, gchar ** argv[]) else get_registered_event_listeners (spi_global_app_data); - g_atexit (exit_func); - return 0; } -- 2.7.4