* eina: report when and where memleak come from.

SVN revision: 51040
This commit is contained in:
Cedric BAIL 2010-08-12 14:22:22 +00:00
parent d8fadf706b
commit 86a21376ad
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ eina_one_big_shutdown(void *data)
if (!pool) return ;
if (pool->over)
INF(stderr, "freeing ! %i (%i) %i [%s]\n", pool->usage, pool->max, pool->over, pool->name);
#ifdef DEBUG
if (pool->usage > 0)
INF(