diff options
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(); |
