[Commits] [SCM] claws branch, master, updated. 3.15.0-95-g2103e37

ticho at claws-mail.org ticho at claws-mail.org
Tue Jul 11 19:50:37 CEST 2017


The branch, master has been updated
       via  2103e3787ab8ef2c8eb43d35292e5c91b5b61237 (commit)
      from  814b087c9100bd6820bd67f8502286517f37de75 (commit)

Summary of changes:
 src/matcher_parser_parse.y |    3 +++
 1 file changed, 3 insertions(+)


- Log -----------------------------------------------------------------
commit 2103e3787ab8ef2c8eb43d35292e5c91b5b61237
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Jul 11 19:48:57 2017 +0200

    Fix a memory leak in matcherrc rule parsing.

diff --git a/src/matcher_parser_parse.y b/src/matcher_parser_parse.y
index dd2aee7..20dc91e 100644
--- a/src/matcher_parser_parse.y
+++ b/src/matcher_parser_parse.y
@@ -537,6 +537,9 @@ filtering_action_list
 		*prefs_filtering = g_slist_append(*prefs_filtering,
 						  filtering);
 		filtering = NULL;
+	} else {
+		filteringprop_free(filtering);
+		filtering = NULL;
 	}
 }
 ;

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list