By Fidencio


SVN revision: 51616
This commit is contained in:
Iván Briano 2010-08-24 14:36:29 +00:00
parent cf45f61885
commit 1959f2cfa7
1 changed files with 2 additions and 0 deletions

View File

@ -4001,6 +4001,8 @@ edje_edit_font_add(Evas_Object *obj, const char* path, const char* alias)
if (!_edje_import_font_file(ed, path, entry))
{
eina_hash_del(ed->file->fonts, fnt->entry, fnt);
eina_stringshare_del(fnt->file);
eina_stringshare_del(fnt->entry);
return EINA_FALSE;
}