atk-adaptor: plug some refcount leaks
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 13 Sep 2012 17:37:50 +0000 (13:37 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 13 Sep 2012 20:38:32 +0000 (16:38 -0400)
commitd1e52eb847dcabf7a2be07dbd71cfcb4e0805306
tree5d72c24541f5c413a8639448e5d53eaa0f8669e4
parent3bdee8357cd975dfb03ea98a3bdbfcfc3c1da7e0
atk-adaptor: plug some refcount leaks

cache->add_traversal holds GObject references, so when we remove/pop
items from it, we should also drop the reference, unless it's transfered
to another queue.

https://bugzilla.gnome.org/show_bug.cgi?id=683979
atk-adaptor/accessible-cache.c