edje cc - fix leak of name string on edje compilation time

fixes CID 1355587
This commit is contained in:
Carsten Haitzler 2016-07-08 15:36:39 +09:00
parent bfbb7b15f2
commit 2fdb465934
1 changed files with 1 additions and 0 deletions

View File

@ -1311,6 +1311,7 @@ st_collections_group_parts_part_description_params_smart(void)
if (!found)
ed->external_params = eina_list_append(ed->external_params, param);
free(name);
}
#define PROGRAM_OBJECTS(PREFIX) \