one mroe eo_data_Get protection.

SVN revision: 79650
This commit is contained in:
Carsten Haitzler 2012-11-25 10:38:12 +00:00
parent 3a67711840
commit f5c127ff34
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ _ecore_idle_enterer_del(Ecore_Idle_Enterer *obj)
{
Ecore_Idle_Enterer_Private_Data *idle_enterer = eo_data_get(obj, MY_CLASS);
if (!idle_enterer) return NULL;
EINA_SAFETY_ON_TRUE_RETURN_VAL(idle_enterer->delete_me, NULL);
idle_enterer->delete_me = 1;
idle_enterers_delete_me = 1;