1
0
Fork 0
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:
svn 2018-09-26 16:51:13 +00:00
parent e0b3e5e12f
commit 9cf53c4589

2
gc.c
View file

@ -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);