Hey,

below is a patch to delete mempools in eina_quadtree_shutdown() (i 
currently can not commit).

Vincent

Index: src/lib/eina_quadtree.c
===================================================================
--- src/lib/eina_quadtree.c     (revision 55509)
+++ src/lib/eina_quadtree.c     (working copy)
@@ -919,6 +919,9 @@
  Eina_Bool
  eina_quadtree_shutdown(void)
  {
+   eina_mempool_del(root_mp);
+   eina_mempool_del(items_mp);
+
     eina_log_domain_unregister(_eina_log_qd_dom);
     _eina_log_qd_dom = -1;
     return EINA_TRUE;


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to