[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-149-g7edb55b8c
wwp at claws-mail.org
wwp at claws-mail.org
Sat Sep 11 14:07:26 CEST 2021
The branch, gtk3 has been updated
via 7edb55b8c499cb475fd3320b9933d14e11f1e91a (commit)
from 9ba29ca59869d89cb74ff943ac8658b9f0e7fde7 (commit)
Summary of changes:
src/plugins/smime/smime.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 7edb55b8c499cb475fd3320b9933d14e11f1e91a
Author: wwp <subscript at free.fr>
Date: Sat Sep 11 14:06:57 2021 +0200
Fix CID 1491390: resource leak.
diff --git a/src/plugins/smime/smime.c b/src/plugins/smime/smime.c
index 6089bb925..b8905f3ae 100644
--- a/src/plugins/smime/smime.c
+++ b/src/plugins/smime/smime.c
@@ -595,6 +595,7 @@ gboolean smime_sign(MimeInfo *mimeinfo, PrefsAccount *account, const gchar *from
fp = my_tmpfile();
if (fp == NULL) {
perror("my_tmpfile");
+ g_free(boundary);
return FALSE;
}
procmime_write_mimeinfo(sigmultipart, fp);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list