Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bug with eval, proc-subst and pipes
On Thu, 18 Jul 2013 12:32:10 +0100
Peter Stephenson <p.stephenson@xxxxxxxxxxx> wrote:
> + if (jf->is_fd) {
> + LinkNode next = nextnode(node);
> + (void)remnode(jn->filelist, node);
> + zclose(jf->u.fd);
> + node = next;
> + } else {
I distinctly remember writing
zfree(jf, sizeof(*jf));
but it's gone. I'll put it back in when I commit.
Sorry for excess emails.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author