atk-adaptor: plug some refcount leaks
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / accessible-cache.h
index 1089c6f..2f5be06 100644 (file)
@@ -44,6 +44,8 @@ struct _SpiCache
   GHashTable * objects;
   GQueue *add_traversal;
   gint add_pending_idle;
+
+  guint child_added_listener;
 };
 
 struct _SpiCacheClass