Freed the stuff generated by the parser.
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 13 Sep 2007 00:18:11 +0000 (00:18 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 13 Sep 2007 00:18:11 +0000 (00:18 +0000)
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;
 }