fix query clutter bug

This commit is contained in:
anon 2024-09-16 01:33:13 +02:00
parent 6756560552
commit 7cea18647a

View File

@ -95,6 +95,8 @@ identifier [a-zA-z][a-zA-z0-9_]*
ECHOS(expanded_query);
free(expanded_query);
query.n = 0;
ECHOS(yytext);
BEGIN INITIAL;