From b2692ef2ecf4b8d9783dfa0af12b8816184f0da5 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 2 Jul 2010 08:17:41 -0700 Subject: Actually link GC allocations onto the gc_alloc_chain, der. --- src/rt/rust_task.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index bf92ba90ec4..5e230a589eb 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -413,6 +413,7 @@ rust_task::link_gc(gc_alloc *gcm) { I(dom, gcm->next == NULL); gcm->prev = NULL; gcm->next = gc_alloc_chain; + gc_alloc_chain = gcm; } void -- cgit 1.4.1-3-g733a5