[Commits] [SCM] claws branch, master, updated. 3.18.0-189-gf948bf7b3
wwp at claws-mail.org
wwp at claws-mail.org
Tue Sep 28 16:42:24 CEST 2021
The branch, master has been updated
via f948bf7b3dfce218ed6a07ae057cfb4a5d116421 (commit)
from 9f8c2f7553ef5010e31d603b550fe09cd207b0ec (commit)
Summary of changes:
src/procmime.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit f948bf7b3dfce218ed6a07ae057cfb4a5d116421
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 2d01cf943..64c7af29d 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