Freed the stuff generated by the parser.
[pspp-builds.git] / src / language / tests / check-model.q
index c2208e18455c2bbb8177d4e9e7db6762974fb039..74a0025752be7ef4c7360f6ad26918239ccf712d 100644 (file)
@@ -213,6 +213,9 @@ parse_options (struct lexer *lexer)
       mc_options_set_output_file (options, output_file);
     }
 
+
+  free_check_model (&cmd);
+
   return options;
 }