Close cpfrom in an error case.
CID: 271771
This commit is contained in:
parent
967d3df824
commit
2fdc0e9691
@ -804,6 +804,7 @@ ask(const char *prompt)
|
|||||||
mailing = NO;
|
mailing = NO;
|
||||||
fseeko(newmsg, oldpos, SEEK_SET);
|
fseeko(newmsg, oldpos, SEEK_SET);
|
||||||
ask(prompt);
|
ask(prompt);
|
||||||
|
fclose(cpfrom);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user