talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit b152fc03c3697d83a5ea96a901a90f265ea6ba0f
parent 96f3f29c0514ee2add5045e783d1bd5fd3626ca2
Author: wwp <subscript@free.fr>
Date:   Mon, 27 Sep 2021 18:24:56 +0200

Fix CID 1491274: resource leak.

Diffstat:
Msrc/procmime.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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