GNOME Bugzilla – Bug 652797
kill AtkMisc
Last modified: 2011-06-17 04:55:31 UTC
atk-adaptor/bridge.c has a static variable for the singleton AtkMisc instance, but it does not do anything with it. It would be good to remove it here, so that AtkMisc can die. Its sole purpose in life was to break the gdk lock, so getting rid of it would make me sleep a lot better.
I've removed the variable seeing as it isn't currently being used. It was left over from atk-bridge v1, where it was used when communicating with the registry daemon (registering/deregistering and sending events).