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

Vincent


SVN revision: 55767
This commit is contained in:
Mike Blumenkrantz 2010-12-28 13:22:12 +00:00
parent 1557b40d76
commit ab8ceec8eb
1 changed files with 3 additions and 0 deletions

View File

@ -919,6 +919,9 @@ eina_quadtree_init(void)
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;