[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-287-g148912d83
wwp at claws-mail.org
wwp at claws-mail.org
Sun Oct 3 22:20:38 CEST 2021
The branch, gtk3 has been updated
via 148912d837227a7db693eab56c39a383fe54087d (commit)
from 3188ba81356cc381f288fd64e1efa88d261accf9 (commit)
Summary of changes:
src/compose.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit 148912d837227a7db693eab56c39a383fe54087d
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 11072c75e..e22b046a3 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -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);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list