fixed segfault
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user