From: Will Estes Date: Mon, 3 Jul 2017 15:49:36 +0000 (-0400) Subject: doc: NEWS memory leak fix X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36c2c0a2e85b78874fd69487d711011d639867a3;p=flex doc: NEWS memory leak fix --- diff --git a/NEWS b/NEWS index e67b8cb..1bac480 100644 --- 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