diff options
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ Tue Dec 3 20:18:46 2013 Narihiro Nakamura <[email protected]> Tue Dec 3 20:16:38 2013 Masaki Matsushita <[email protected]> - * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new(). - [Bug #9187] + * array.c (rb_hash_rehash): use hash_alloc() instead of rb_hash_new(), + to hide temprary object from ObjectSpace. [Bug #9187] Tue Dec 3 17:11:47 2013 Aman Gupta <[email protected]> |