[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-235-gd845ea399

wwp at claws-mail.org wwp at claws-mail.org
Mon Sep 27 18:25:21 CEST 2021


The branch, gtk3 has been updated
       via  d845ea3991d780129963db79a2891a0bf0aee3fa (commit)
      from  ff1794b59bdf1658bc102296dca084335e7295b0 (commit)

Summary of changes:
 src/procmime.c | 1 +
 1 file changed, 1 insertion(+)


- Log -----------------------------------------------------------------
commit d845ea3991d780129963db79a2891a0bf0aee3fa
Author: wwp <subscript at free.fr>
Date:   Mon Sep 27 18:24:56 2021 +0200

    Fix CID 1491274: resource leak.

diff --git a/src/procmime.c b/src/procmime.c
index 24ad3ee7f..286e3123b 100644
--- a/src/procmime.c
+++ b/src/procmime.c
@@ -481,6 +481,7 @@ gboolean procmime_decode_content(MimeInfo *mimeinfo)
 	account_sigsep_matchlist_delete();
 
 	if (err == TRUE) {
+		g_free(tmpfilename);
 		return FALSE;
 	}
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list