diff options
Diffstat (limited to 'src/rt/rust_task.cpp')
| -rw-r--r-- | src/rt/rust_task.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
