[at-spi2-atk/at-spi2-atk-0-4: 2/3] Remove g_atexit handler.



commit ffe3295181b121920639b9a0e699bf80789a8ffb
Author: Mike Gorse <mgorse novell com>
Date:   Mon Nov 15 17:42:51 2010 -0500

        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 files changed, 0 insertions(+), 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;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]