eina: let's not complain for nothing.

This commit is contained in:
Cedric Bail 2013-07-09 17:22:51 +09:00
parent 898caee04d
commit 2e347b5e22
1 changed files with 2 additions and 0 deletions

View File

@ -1245,6 +1245,8 @@ EAPI Eina_Iterator *eina_tiler_iterator_new(const Eina_Tiler *t)
{
Eina_Iterator_Tiler *it;
if (!t) return NULL;
EINA_MAGIC_CHECK_TILER(t, NULL);
it = calloc(1, sizeof (Eina_Iterator_Tiler));