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;
|
||||
fseeko(newmsg, oldpos, SEEK_SET);
|
||||
ask(prompt);
|
||||
fclose(cpfrom);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user