fixed a garbage collection problem
This commit is contained in:
parent
b683a21217
commit
0d63470af3
1 changed files with 0 additions and 1 deletions
|
@ -379,7 +379,6 @@ chk_cst_expr(expp)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (err) {
|
if (err) {
|
||||||
free_expression(expr);
|
|
||||||
erroneous2int(expp);
|
erroneous2int(expp);
|
||||||
(*expp)->ex_type = error_type;
|
(*expp)->ex_type = error_type;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue