projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa6b5e6
)
Yann Morin spotted some leftover flotsam from halfway through the recent
author
Rob Landley
<rob@landley.net>
Wed, 24 May 2006 17:45:47 +0000
(17:45 -0000)
committer
Rob Landley
<rob@landley.net>
Wed, 24 May 2006 17:45:47 +0000
(17:45 -0000)
llist.c interface change that accidentally got checked in. My bad.
editors/sed.c
patch
|
blob
|
history
diff --git
a/editors/sed.c
b/editors/sed.c
index 39b28d0068891591201dfaa1bef4c6e56567eff9..a17d1e551bd6b797a39a4555f153078b4a20ffb3 100644
(file)
--- a/
editors/sed.c
+++ b/
editors/sed.c
@@
-134,7
+134,7
@@
void sed_free_and_close_stuff(void)
{
sed_cmd_t *sed_cmd = bbg.sed_cmd_head.next;
- llist_free
_contents(bbg.append_head
);
+ llist_free
(bbg.append_head, free
);
while (sed_cmd) {
sed_cmd_t *sed_cmd_next = sed_cmd->next;