diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-13 06:25:33 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-13 06:25:33 +0000 |
commit | 8ac05ae500332d7fb8a86f9da7d87424915ab0ca (patch) | |
tree | 8b07a070df41fecb6a199c5232572403fd581ef8 /ChangeLog | |
parent | 925c936bb1f362cb806184afddf2dbac40b21ffc (diff) | |
download | ruby-8ac05ae500332d7fb8a86f9da7d87424915ab0ca.tar.gz |
* gc.c (rb_data_object_alloc): check klass only if klass is not 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon May 13 15:24:16 2013 Koichi Sasada <ko1@atdot.net> + + * gc.c (rb_data_object_alloc): check klass only if klass is not 0. + Mon May 13 14:57:28 2013 Koichi Sasada <ko1@atdot.net> * gc.c (rb_data_object_alloc, rb_data_typed_object_alloc): |