talons

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

commit 3ad096b488230a360c5faad0883a31855c5bfa70
parent adeb0b7efac83e1b6d00ebcae40c6d7fa498e9ec
Author: wwp <subscript@free.fr>
Date:   Sun, 26 Sep 2021 17:11:57 +0200

Fix CID 1391319: resource leak.

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

diff --git a/src/textview.c b/src/textview.c @@ -1308,6 +1308,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; } }