fixed a garbage collection problem

This commit is contained in:
erikb 1986-03-21 13:26:28 +00:00
parent b683a21217
commit 0d63470af3

View file

@ -379,7 +379,6 @@ chk_cst_expr(expp)
}
if (err) {
free_expression(expr);
erroneous2int(expp);
(*expp)->ex_type = error_type;
}