]> granicus.if.org Git - flex/commitdiff
doc: NEWS memory leak fix
authorWill Estes <westes575@gmail.com>
Mon, 3 Jul 2017 15:49:36 +0000 (11:49 -0400)
committerWill Estes <westes575@gmail.com>
Mon, 3 Jul 2017 15:49:36 +0000 (11:49 -0400)
NEWS

diff --git a/NEWS b/NEWS
index e67b8cb1facf27a3a781033c40a67f3f4d3c438e..1bac480a4e7360b06a1745ae43c64ae47522efee 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ flex NEWS
 
 ** scanner
 
+*** Some memory leaks have been fixed.
+
 *** A long standing bug that effected expressions of the form c{i,j}
     where 'c' is a character and {i,j} describes the number of times
     to match against 'c' when case sensitivity was turned on has been