add an option to the final cc so that it prints out/logs unreclaimed ptrs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user