further allocation fixes.

This commit is contained in:
Mark Thom
2018-03-08 12:38:38 -07:00
parent 179e425fb6
commit cb9aafbccf
3 changed files with 27 additions and 13 deletions

View File

@@ -601,7 +601,7 @@ pub fn compile_listing(wam: &mut Machine, src_str: &str) -> EvalSession
let mut worker = TopLevelWorker::new(src_str.as_bytes(), wam.atom_tbl());
let tls = try_eval_session!(worker.parse_batch(&mut op_dir));
for tl in tls {