Fix an errant g_object_unref
authorMike Gorse <mgorse@suse.com>
Tue, 18 Sep 2012 00:06:40 +0000 (19:06 -0500)
committerMike Gorse <mgorse@suse.com>
Tue, 18 Sep 2012 00:06:40 +0000 (19:06 -0500)
commitda10ef8b744bf7b04d18bda4cead3a9d71548a3e
tree77257124e05b8527cb6c8faf620b7e087a64a95b
parente1015608a0f79178be66220f17d1af5fab030bfa
Fix an errant g_object_unref

If an object is deregistered but not in the cache, then only unref it if
it was found in the queue of objects to be added (ie, it is possible
that it is leased, rather than queued to be cached, in which case it
should not be unrefed).
atk-adaptor/accessible-cache.c