fmatting.

SVN revision: 46758
This commit is contained in:
Carsten Haitzler 2010-03-02 01:07:32 +00:00
parent 144e732a24
commit 0226ebda94
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ eet_internal_read1(Eet_File *ef)
efn->name = malloc(sizeof(char) * name_size + 1);
if (eet_test_close(efn->name == NULL, ef))
{
free (efn);
free(efn);
return NULL;
}