diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2012-01-11 21:31:36 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2012-01-12 13:47:38 -0800 |
| commit | e55aa6e5ef60369710d8b2e6f512b2ef84a8c548 (patch) | |
| tree | fdb6e14395d7b7a95903bcfb6fab91a5fbf02d42 /src/rt/rust_upcall.cpp | |
| parent | f4a3a3b8780d88e013a8916eea6cc9a8c2c5d890 (diff) | |
| download | rust-e55aa6e5ef60369710d8b2e6f512b2ef84a8c548.tar.gz rust-e55aa6e5ef60369710d8b2e6f512b2ef84a8c548.zip | |
free uniq data we encounter on the sweep, walk thru them otherwise
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index 423287e017e..12ef28065bd 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -279,7 +279,7 @@ upcall_create_shared_type_desc(type_desc *td) { */ void upcall_s_free_shared_type_desc(type_desc *td) -{ +{ // n.b.: invoked from rust_cc.cpp as well as generated code rust_task *task = rust_scheduler::get_task(); LOG_UPCALL_ENTRY(task); |
