On Fri, 27 Jul 2007, Brandon Lucia wrote: > I've been using the push_parse features in 2.3a+ HEAD from cvs and I think > I've discovered a memory leak.
Thanks for the bug report. Are you finding that this yyss memory leak only occurs when you call yypstate_delete while yypush_parse is still returning YYPUSH_MORE? If you are finding that it happens even after the parse completes (syntax error, success, or even memory exhaustion), please submit a simple and complete grammar file to help us reproduce your results.
