[Commits] [SCM] claws branch, master, updated. 3.18.0-159-gadeb0b7ef
wwp at claws-mail.org
wwp at claws-mail.org
Sun Sep 26 17:10:52 CEST 2021
The branch, master has been updated
via adeb0b7efac83e1b6d00ebcae40c6d7fa498e9ec (commit)
from 96b3a87eea02da805c22c5632b867dabb3ed5240 (commit)
Summary of changes:
src/textview.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit adeb0b7efac83e1b6d00ebcae40c6d7fa498e9ec
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 fd37efffd..8531a587a 100644
--- a/src/textview.c
+++ b/src/textview.c
@@ -1278,6 +1278,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