NULL out focused part when clearing the remnants of a gone Edje

SVN revision: 55330
This commit is contained in:
Iván Briano 2010-12-06 13:50:51 +00:00
parent 59b94cec34
commit 014d9e424c
1 changed files with 1 additions and 0 deletions

View File

@ -1082,6 +1082,7 @@ _edje_file_del(Edje *ed)
if (ed->table_programs) free(ed->table_programs);
ed->table_programs = NULL;
ed->table_programs_size = 0;
ed->focused_part = NULL;
}
void