Fix (again) CID 1491255: resource leak.
This commit is contained in:
parent
3188ba8135
commit
148912d837
1 changed files with 2 additions and 0 deletions
|
@ -2368,6 +2368,8 @@ Compose *compose_reedit(MsgInfo *msginfo, gboolean batch)
|
|||
}
|
||||
if (!account) {
|
||||
account = cur_account;
|
||||
if (manual_headers)
|
||||
procheader_entries_free(manual_headers);
|
||||
}
|
||||
cm_return_val_if_fail(account != NULL, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue