Blame SOURCES/patch.r7035

117356
Index: bogofilter/src/wordlists.c
117356
===================================================================
117356
--- bogofilter/src/wordlists.c	(revision 7034)
117356
+++ bogofilter/src/wordlists.c	(revision 7035)
117356
@@ -265,9 +265,6 @@
117356
 	xfree(i);
117356
     }
117356
 
117356
-    if (commit)
117356
-	word_lists = NULL;
117356
-
117356
     return err;
117356
 }
117356
 
117356
Index: bogofilter/src/wordlists_base.c
117356
===================================================================
117356
--- bogofilter/src/wordlists_base.c	(revision 7034)
117356
+++ bogofilter/src/wordlists_base.c	(revision 7035)
117356
@@ -134,6 +134,8 @@
117356
 	list = free_wordlistnode(list);
117356
     }
117356
 
117356
+    word_lists = NULL;
117356
+
117356
     bogohome_cleanup();
117356
 }
117356
 
117356
Index: bogofilter/NEWS
117356
===================================================================
117356
--- bogofilter/NEWS	(revision 7034)
117356
+++ bogofilter/NEWS	(revision 7035)
117356
@@ -17,6 +17,8 @@
117356
 
117356
 	2015-10-10
117356
 
117356
+	* Fix a memory leak in close_wordlists().
117356
+
117356
 	* Fix an out-of-bounds memory read in maint.c's discard_token().
117356
 	  Found with clang 3.6's address sanitizer.
117356