Match the other changes.

SVN revision: 39221
This commit is contained in:
Jaime Thomas 2009-02-25 23:17:01 +00:00
parent d7829ccd3c
commit 3e1edbcf4f
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ _stringlist_free(Eina_List *list)
{
const char *s;
EINA_LIST_FREE(list, s)
eina_stringshare_del(list->data);
eina_stringshare_del(s);
}
static void