From 11438d8095feb8ce95b8036871188846af12aba8 Mon Sep 17 00:00:00 2001 From: mame Date: Sun, 14 Dec 2008 05:55:54 +0000 Subject: * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove all rb_gc_force_recycle which causes memory leak. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 45d64be7d..876233a46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 14 14:53:41 2008 Yusuke Endoh + + * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove all + rb_gc_force_recycle which causes memory leak. + Sun Dec 14 14:26:11 2008 Yuki Sonoda (Yugui) * spec/README: directory structrue changed -- cgit