Fix memory leak in mood parser.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Mar 2025 20:43:15 +0000 (21:43 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Mar 2025 16:02:47 +0000 (17:02 +0100)
commit0cfda8e58c9ceb635ddd1b60ca91f104792bd6af
treeb2ff7fde1fb86016332382d717bcf6dadb294652
parentae65f5eb76224be746268c4c870cb0efd705fd2c
Fix memory leak in mood parser.

If a mood definition contains an invalid regular expression, we leak
one ast node structure per yyparse() call.
yy/mp.lex