diff --git a/src/lib/extra.c b/src/lib/extra.c index 15102a8..f0f0294 100644 --- a/src/lib/extra.c +++ b/src/lib/extra.c @@ -600,7 +600,7 @@ EAPI Eina_Bool extra_theme_installed_old(Extra_Theme *t) { Eina_List *n, *files; - const char *file; + char *file; Eina_Bool b = EINA_FALSE; Eina_Strbuf *buf; @@ -625,7 +625,7 @@ extra_theme_installed_old(Extra_Theme *t) } EINA_LIST_FREE(files, file) - free(n); + free(file); eina_strbuf_free(buf); return b;