mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Close cpfrom in an error case.
CID: 271771
This commit is contained in:
parent
290ce7d2a9
commit
df017019c2
1 changed files with 1 additions and 0 deletions
|
|
@ -804,6 +804,7 @@ ask(const char *prompt)
|
|||
mailing = NO;
|
||||
fseeko(newmsg, oldpos, SEEK_SET);
|
||||
ask(prompt);
|
||||
fclose(cpfrom);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue