oops fix had a bug - fix. :)

SVN revision: 56163
This commit is contained in:
Carsten Haitzler 2011-01-16 03:28:24 +00:00
parent 9b5626015e
commit 94ce85a68f
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ _edje_edit_smart_file_set(Evas_Object *obj, const char *file, const char *group)
ps->code = eet_read(ef, keys[i], &size);
eina_hash_add(eed->program_scripts, &ps->id, ps);
}
if (keys) freE(keys);
if (keys) free(keys);
return EINA_TRUE;
}