talons

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

commit e4aee9fb4522093ead3819fb76647df40fd00107
parent d661790bce6aba5f46b37a2cf31819fbd6b859ea
Author: wwp <subscript@free.fr>
Date:   Sun, 26 Sep 2021 17:10:35 +0200

Fix CID 1491067: resource leak.

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

diff --git 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; } }