new can of grandma's LEEK B GON

SVN revision: 50707
This commit is contained in:
Mike Blumenkrantz 2010-07-31 05:17:56 +00:00
parent 056cfca56f
commit 2174b972fc
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ _edje_import_font_file(Edje *ed, const char *path, const char *entry)
}
if (fread(fdata, fsize, 1, f) != 1)
{
free(fdata);
fclose(f);
ERR("Unable to read all of font file \"%s\"", path);
return EINA_FALSE;
}