efl: let's be nice on NULL.

SVN revision: 82930
This commit is contained in:
Cedric BAIL 2013-01-17 10:29:31 +00:00
parent 4010d3cefe
commit c8ff22bf5b
1 changed files with 2 additions and 0 deletions

View File

@ -280,6 +280,8 @@ eina_cow_del(Eina_Cow *cow)
{
Eina_Cow_GC *gc;
if (!cow) return ;
EINA_COW_MAGIC_CHECK(cow);
eina_mempool_del(cow->pool);