Remove g_atexit handler.
authorMike Gorse <mgorse@novell.com>
Fri, 5 Nov 2010 13:04:27 +0000 (09:04 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 5 Nov 2010 13:04:27 +0000 (09:04 -0400)
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

index f476e96..35086f4 100644 (file)
@@ -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;
 }