projects
/
platform
/
upstream
/
at-spi2-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a025d
)
Unref an accessible's cache when destroying it
author
Mike Gorse
<mgorse@suse.com>
Sat, 19 Jul 2014 20:50:28 +0000
(15:50 -0500)
committer
Mike Gorse
<mgorse@suse.com>
Sat, 19 Jul 2014 20:50:28 +0000
(15:50 -0500)
atspi/atspi-accessible.c
patch
|
blob
|
history
diff --git
a/atspi/atspi-accessible.c
b/atspi/atspi-accessible.c
index 7dd9fcfc6a4f8a9beae2254e9689448c200ec674..23aad908dea2d3f79f32319e435dfa7b112a3d1d 100644
(file)
--- a/
atspi/atspi-accessible.c
+++ b/
atspi/atspi-accessible.c
@@
-190,6
+190,8
@@
atspi_accessible_finalize (GObject *object)
if (accessible->attributes)
g_hash_table_unref (accessible->attributes);
+ _atspi_accessible_unref_cache (accessible);
+
#ifdef DEBUG_REF_COUNTS
accessible_count--;
g_hash_table_remove (_atspi_get_live_refs (), accessible);