edje_cc - fix new coverity issue

fix CID 1357395
This commit is contained in:
Carsten Haitzler 2016-07-09 11:39:31 +09:00
parent 1be63c1b66
commit f7ea9373f6
1 changed files with 1 additions and 2 deletions

View File

@ -1285,8 +1285,6 @@ st_collections_group_parts_part_description_params_smart(void)
param->d = 0;
param->s = NULL;
free(token);
switch (param->type)
{
case EDJE_EXTERNAL_PARAM_TYPE_BOOL:
@ -1313,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(token);
free(name);
}