Yann Morin spotted some leftover flotsam from halfway through the recent

llist.c interface change that accidentally got checked in.  My bad.
This commit is contained in:
Rob Landley 2006-05-24 17:45:47 +00:00
parent fa6b5e62c2
commit 5fc467e758

View File

@ -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;