Bug on thread_memsize()?

$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;
    }

2011$BG/(B6$B7n(B8$BF|(B8:02 Hidetoshi NAGAI [email protected]:

   }
   if (th->local_storage) {
  •       st_memsize(th->local_storage);
    
  •       size += st_memsize(th->local_storage);
     }
     return size;
    
    }

$B:#[email protected]$5$s$HOC$7$r$7$F3P$($F$J$$$1$I!“[email protected]$i$+$K1J0f$5$s$,@5$7$$$H$$$&OC$K(B
$B$J$C$?$N$G%3%_%C%H$7$^$7$?!#(B
$B$H$3$m$G!”$3$l$r3NG’$G$-$k$h$&$J%F%9%H$,;W$$$D$+$J$$$s$G$9$,!"(Bobjspace$B$G(B
[email protected]$J%5%$%:$,5"$C$F$/$k$HGKC>$9$k%1!<%9$C$F$"$k$s$G$9$+$M!)(B