* method.c (rb_method_entry_t): body.proc should be marked.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba7a870a89
commit
0c86e8b70b
3
gc.c
3
gc.c
@ -1405,7 +1405,8 @@ mark_method_entry_i(ID key, const rb_method_entry_t *me, st_data_t data)
|
||||
}
|
||||
|
||||
static void
|
||||
mark_m_tbl(rb_objspace_t *objspace, st_table *tbl, int lev) {
|
||||
mark_m_tbl(rb_objspace_t *objspace, st_table *tbl, int lev)
|
||||
{
|
||||
struct mark_tbl_arg arg;
|
||||
if (!tbl) return;
|
||||
arg.objspace = objspace;
|
||||
|
Loading…
x
Reference in New Issue
Block a user