git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2012-05-28 03:15:04 +00:00
Родитель e2f4f34467
Коммит 3fcf82e278
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
Mon May 28 12:03:04 2012 Narihiro Nakamura <authornari@gmail.com>
* gc.c (obj_free): doesn't free a method table if it doesn't
exits. [ruby-dev:44436]
exist. [ruby-dev:44436]
* test/ruby/test_gc.rb (class TestGc): added the test case for
this issue.