added memory freeing functions
parent
10515c009a
commit
9cd417d5da
|
@ -23,7 +23,8 @@ main ( int argc, char **argv )
|
|||
options ( argc, argv );
|
||||
|
||||
yyparse(); // Generated from grammar/bison, constructs syntax tree
|
||||
|
||||
yylex_destroy(); // Free heap used by flex
|
||||
|
||||
if ( print_full_tree )
|
||||
print_syntax_tree ();
|
||||
simplify_syntax_tree (); // In tree.c
|
||||
|
|
Loading…
Reference in New Issue