[Commits] [SCM] claws branch, master, updated. 3.18.0-160-g3ad096b48
wwp at claws-mail.org
wwp at claws-mail.org
Sun Sep 26 17:12:20 CEST 2021
The branch, master has been updated
via 3ad096b488230a360c5faad0883a31855c5bfa70 (commit)
from adeb0b7efac83e1b6d00ebcae40c6d7fa498e9ec (commit)
Summary of changes:
src/textview.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 3ad096b488230a360c5faad0883a31855c5bfa70
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 8531a587a..e15d2cdb4 100644
--- 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;
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list