talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 3ac411c860cb9e2cbda08cec6aa59a44051837dc
parent 4236b38514c75284814ae39c85112534292064d6
Author: wwp <subscript@free.fr>
Date:   Sun,  3 Oct 2021 22:19:37 +0200

Fix (again) CID 1491255: resource leak.

Diffstat:
Msrc/compose.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/compose.c b/src/compose.c @@ -2389,6 +2389,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);