[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-217-ge4aee9fb4
wwp at claws-mail.org
wwp at claws-mail.org
Sun Sep 26 17:11:03 CEST 2021
The branch, gtk3 has been updated
via e4aee9fb4522093ead3819fb76647df40fd00107 (commit)
from d661790bce6aba5f46b37a2cf31819fbd6b859ea (commit)
Summary of changes:
src/textview.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit e4aee9fb4522093ead3819fb76647df40fd00107
Author: wwp <subscript at free.fr>
Date: Sun Sep 26 17:10:35 2021 +0200
Fix CID 1491067: resource leak.
diff --git a/src/textview.c b/src/textview.c
index 9c779bc1f..46b1d3704 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -1257,6 +1257,7 @@ static void textview_show_html(TextView *textview, FILE *fp,
GTK_EVENTS_FLUSH();
if (textview->stop_loading) {
account_sigsep_matchlist_delete();
+ sc_html_parser_destroy(parser);
return;
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list