mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e0b3e5e12f
commit
9cf53c4589
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -2272,7 +2272,7 @@ obj_free(rb_objspace_t *objspace, VALUE obj)
|
|||
RB_DEBUG_COUNTER_INC(obj_hash_under4);
|
||||
}
|
||||
#endif
|
||||
st_free_table(RANY(obj)->as.hash.ntbl);
|
||||
st_free_table(RANY(obj)->as.hash.ntbl);
|
||||
}
|
||||
else {
|
||||
RB_DEBUG_COUNTER_INC(obj_hash_empty);
|
||||
|
|
Loading…
Reference in a new issue