projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a152f
)
Match the other changes.
author
Jaime Thomas
<avi.thomas@gmail.com>
Wed, 25 Feb 2009 23:17:01 +0000
(23:17 +0000)
committer
Jaime Thomas
<avi.thomas@gmail.com>
Wed, 25 Feb 2009 23:17:01 +0000
(23:17 +0000)
SVN revision: 39221
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
6f5da6a
..
4cce384
100644
(file)
--- a/
src/lib/elm_genlist.c
+++ b/
src/lib/elm_genlist.c
@@
-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