From: John Darrington Date: Thu, 13 Sep 2007 00:18:11 +0000 (+0000) Subject: Freed the stuff generated by the parser. X-Git-Tag: v0.6.0~278 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a708c1fad686def9790bb06529e3371f4c67bd33;p=pspp-builds.git Freed the stuff generated by the parser. --- diff --git a/src/language/tests/check-model.q b/src/language/tests/check-model.q index c2208e18..74a00257 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; }