[at-spi2-atk] Remove g_atexit handler.



commit 5b2ebbc50c9476e7afb3c2e1634bdd641b6cba8b
Author: Mike Gorse <mgorse novell com>
Date:   Fri Nov 5 09:04:27 2010 -0400

    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]