fixed segfault

This commit is contained in:
anon
2023-11-14 22:10:36 +01:00
parent 2ccf0fb2c5
commit 73658703bf

View File

@ -83,7 +83,6 @@ void yylex(FILE * &yyin, FILE * &yyout, int (*yylex_)(void)) {
if (yyout != stdout) {
fclose(yyout);
}
free(output);
}
signed main(int argc, char * * argv) {