main: Remove redundant code that free ecore getopt list.

Since lists of image paths, font paths, sound paths, and data paths are
free manually, ecore_getopt_list_free() does not need to be called.
This commit is contained in:
Jaehyun Cho 2016-06-14 15:10:04 +09:00
parent 0e54be9d8e
commit f889d61140
1 changed files with 1 additions and 5 deletions

View File

@ -359,12 +359,8 @@ defaults:
*dat_path = eina_list_append(*dat_path, eina_stringshare_add(s));
free(s);
}
dd = NULL;
if (wd) sprintf(workspace_path, "%s", wd);
ecore_getopt_list_free(id);
ecore_getopt_list_free(fd);
ecore_getopt_list_free(sd);
ecore_getopt_list_free(dd);
}
static Eina_Bool