Match the other changes.
authorJaime Thomas <avi.thomas@gmail.com>
Wed, 25 Feb 2009 23:17:01 +0000 (23:17 +0000)
committerJaime Thomas <avi.thomas@gmail.com>
Wed, 25 Feb 2009 23:17:01 +0000 (23:17 +0000)
SVN revision: 39221

src/lib/elm_genlist.c

index 6f5da6a..4cce384 100644 (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