* eina: fix segv on NULL mempool.

SVN revision: 50833
This commit is contained in:
Cedric BAIL 2010-08-05 12:36:36 +00:00
parent ec632e5788
commit e1d8b17d54
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,8 @@ eina_one_big_shutdown(void *data)
pool = data;
if (!pool) return ;
#ifdef DEBUG
if (pool->usage > 0)
INF(