aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-13 22:07:31 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-13 22:07:31 +0800
commitfcb069b98bb6a2f59e5ebfd2ad0ab5ee82a1bdb8 (patch)
tree72ee9cea7cc35bef2971eb5de85806eb07f20fb8 /main.cpp
parent9982fba5f471944a2e5ab1edac97c971eb557416 (diff)
add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 15a877e..54fa7d2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -35,6 +35,7 @@ void load_file(const char *fname) {
fprintf(stderr, "An error occured: %s\n", e.get_msg().c_str());
}
gc.force();
+ gc.cycle_resolve();
}
}