[Commits] [SCM] claws branch, master, updated. 3.18.0-229-g3ac411c86

wwp at claws-mail.org wwp at claws-mail.org
Sun Oct 3 22:20:21 CEST 2021


The branch, master has been updated
       via  3ac411c860cb9e2cbda08cec6aa59a44051837dc (commit)
      from  4236b38514c75284814ae39c85112534292064d6 (commit)

Summary of changes:
 src/compose.c | 2 ++
 1 file changed, 2 insertions(+)


- Log -----------------------------------------------------------------
commit 3ac411c860cb9e2cbda08cec6aa59a44051837dc
Author: wwp <subscript at free.fr>
Date:   Sun Oct 3 22:19:37 2021 +0200

    Fix (again) CID 1491255: resource leak.

diff --git a/src/compose.c b/src/compose.c
index e3d55fe57..5323ad2fb 100644
--- 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);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list