$B1J0f!wCNG=!%6e9)Bg$G$9!%(B
$B$3$&"-$G$7$g$&$+!)(B
Index: vm.c
— vm.c (revision 31953)
+++ vm.c (working copy)
@@ -1761,7 +1761,7 @@
size += th->stack_size * sizeof(VALUE);
}
if (th->local_storage) {
-
st_memsize(th->local_storage);
-
}size += st_memsize(th->local_storage);
return size;
}