Keep track of and free the reference attr created by ref_var. Refs #154

This commit is contained in:
John M. Penn
2016-03-08 17:47:09 -06:00
parent 9b652d0a11
commit ced68e24b2
7 changed files with 19 additions and 14 deletions

View File

@ -9,7 +9,6 @@
// Set verif input and echo input flags.
verify_input = 0;
echo_input = 1;
reference_attr = NULL ;
// Initialize the scanner
init_scanner();