From: John Darrington Date: Thu, 13 Sep 2007 00:18:11 +0000 (+0000) Subject: Freed the stuff generated by the parser. X-Git-Tag: sav-api~1286 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a708c1fad686def9790bb06529e3371f4c67bd33;p=pspp Freed the stuff generated by the parser. --- diff --git a/src/language/tests/check-model.q b/src/language/tests/check-model.q index c2208e1845..74a0025752 100644 --- a/src/language/tests/check-model.q +++ b/src/language/tests/check-model.q @@ -213,6 +213,9 @@ parse_options (struct lexer *lexer) mc_options_set_output_file (options, output_file); } + + free_check_model (&cmd); + return options; }