diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-02-24 11:03:23 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-02-24 20:46:27 -0800 |
| commit | 5ee89f3f2adbc1b087820f6b929d1dbd3057a507 (patch) | |
| tree | 4bf5adb90854547a17487b168904334cf19bc4b3 /src/rt/rust_task.cpp | |
| parent | acb129c5412bdc4375bb3a31a192ea6e7f26ebcc (diff) | |
| download | rust-5ee89f3f2adbc1b087820f6b929d1dbd3057a507.tar.gz rust-5ee89f3f2adbc1b087820f6b929d1dbd3057a507.zip | |
add an option to the final cc so that it prints out/logs unreclaimed ptrs
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index a2887d986f5..9922e34f798 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -149,7 +149,7 @@ cleanup_task(cleanup_args *args) { bool threw_exception = args->threw_exception; rust_task *task = a->task; - cc::do_cc(task); + cc::do_final_cc(task); task->die(); |
