summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-18 15:43:19 +0000
committerRoy Marples <roy@marples.name>2007-09-18 15:43:19 +0000
commit81c009e47d3a0779cee32e2a90e5a479bbaa790e (patch)
tree93aa10317db2ef70e8773e2168c5f1006c18d26e /ChangeLog
parent9587d71df3c50b26e8e09a74c6d884a965dafafa (diff)
downloadopenrc-81c009e47d3a0779cee32e2a90e5a479bbaa790e.tar.gz
openrc-81c009e47d3a0779cee32e2a90e5a479bbaa790e.tar.bz2
openrc-81c009e47d3a0779cee32e2a90e5a479bbaa790e.tar.xz
Don't be an ass - don't free the 2nd list. Instead just empty it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fd85f2..cbe9106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,7 @@
rc_strlist_add and friends now take char *** instead of char ** and
return a pointer to the item added instead of the new list head. This is
so we can easily tell if the item was successfully added or not instead
- of iterating through the list looking for it. rc_strlist_join now frees
- list2 for ease of use.
+ of iterating through the list looking for it.
list = rc_strlist_add (list, item);
becomes