[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-247-gb2f2c703b
wwp at claws-mail.org
wwp at claws-mail.org
Tue Sep 28 16:42:30 CEST 2021
The branch, gtk3 has been updated
via b2f2c703bb508a9df4a1147cdbb3222bf7ff9d2b (commit)
from 6e40e6ced0c0caa1520b97bbe370e90891620faf (commit)
Summary of changes:
src/procmime.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit b2f2c703bb508a9df4a1147cdbb3222bf7ff9d2b
Author: wwp <subscript at free.fr>
Date: Tue Sep 28 16:42:11 2021 +0200
Fix CID 1491274: resource leak.
diff --git a/src/procmime.c b/src/procmime.c
index b7798b0ce..36cda8046 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -389,6 +389,7 @@ gboolean procmime_decode_content(MimeInfo *mimeinfo)
if (tmp_file)
claws_fclose(outfp);
claws_fclose(infp);
+ g_free(tmpfilename);
return FALSE;
}
} else
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list