Invalid write, go away, that 'si' thing is freed already.

SVN revision: 50770
This commit is contained in:
Iván Briano 2010-08-03 16:46:59 +00:00
parent 76a2b5f2cb
commit c48e0e98fa
1 changed files with 0 additions and 1 deletions

View File

@ -235,7 +235,6 @@ elm_layout_content_set(Evas_Object *obj, const char *swallow, Evas_Object *conte
{
if (content == si->obj) return;
evas_object_del(si->obj);
si->obj = NULL;
break;
}
}