edje: fix little oopsie on theme change.

SVN revision: 71243
This commit is contained in:
Cedric BAIL 2012-05-20 07:16:23 +00:00
parent 2aab151919
commit d83b283941
1 changed files with 1 additions and 1 deletions

View File

@ -899,7 +899,7 @@ _edje_object_file_set_internal(Evas_Object *obj, const char *file, const char *g
eina_stringshare_del(eud->u.string.text); eina_stringshare_del(eud->u.string.text);
break; break;
} }
_edje_user_definition_free(eud); if (eud) _edje_user_definition_free(eud);
} }
boxes = eina_list_sort(boxes, -1, _sort_defined_boxes); boxes = eina_list_sort(boxes, -1, _sort_defined_boxes);