[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-218-gd5bb4a312

wwp at claws-mail.org wwp at claws-mail.org
Sun Sep 26 17:12:26 CEST 2021


The branch, gtk3 has been updated
       via  d5bb4a31286511a301d2f33c153b5e14676355fd (commit)
      from  e4aee9fb4522093ead3819fb76647df40fd00107 (commit)

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


- Log -----------------------------------------------------------------
commit d5bb4a31286511a301d2f33c153b5e14676355fd
Author: wwp <subscript at free.fr>
Date:   Sun Sep 26 17:11:57 2021 +0200

    Fix CID 1391319: resource leak.

diff --git a/src/textview.c b/src/textview.c
index 46b1d3704..a562bcd68 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -1287,6 +1287,7 @@ static void textview_show_ertf(TextView *textview, FILE *fp,
 			GTK_EVENTS_FLUSH();
 		if (textview->stop_loading) {
 			account_sigsep_matchlist_delete();
+			ertf_parser_destroy(parser);
 			return;
 		}
 	}

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list