acne/Mail: fix double-free (Bterm() in mesgshow())
This commit is contained in:
parent
2833aecc68
commit
251c3cfd61
1 changed files with 0 additions and 1 deletions
|
@ -283,7 +283,6 @@ compose(char *to, Mesg *r, int all)
|
||||||
break;
|
break;
|
||||||
Bterm(rfd);
|
Bterm(rfd);
|
||||||
}
|
}
|
||||||
Bterm(wfd);
|
|
||||||
}
|
}
|
||||||
Bterm(wfd);
|
Bterm(wfd);
|
||||||
fprint(c->addr, "$");
|
fprint(c->addr, "$");
|
||||||
|
|
Loading…
Reference in a new issue