diff options
author | Ori Bernstein <ori@markovcorp.com> | 2017-12-29 12:20:00 -0800 |
---|---|---|
committer | Ori Bernstein <ori@markovcorp.com> | 2017-12-29 12:20:00 -0800 |
commit | 11755c230ea87f02e334978daa731f1c31815986 (patch) | |
tree | 1e6baf1c03fd71e3c8df5e5e628747024757711b | |
parent | 097c5188b37949e352cb8c92b38c49b4027314e0 (diff) | |
download | mc-11755c230ea87f02e334978daa731f1c31815986.tar.gz |
Clear out next slab pointer.
-rw-r--r-- | lib/std/bytealloc.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/bytealloc.myr b/lib/std/bytealloc.myr index 86f29cc..a1d3a8f 100644 --- a/lib/std/bytealloc.myr +++ b/lib/std/bytealloc.myr @@ -279,6 +279,7 @@ const mkslab = {bkt s = bkt.cache bkt.cache = s.next bkt.ncache-- + s.next = Zslab -> s ;; |