fix chaperone-procedure GC bug
svn: r18663
This commit is contained in:
parent
25ede3dc50
commit
67cf037da6
|
@ -4788,6 +4788,7 @@ static void register_traversers(void)
|
|||
GC_REG_TRAV(scheme_rt_struct_proc_info, mark_struct_proc_info);
|
||||
|
||||
GC_REG_TRAV(scheme_chaperone_type, mark_chaperone);
|
||||
GC_REG_TRAV(scheme_proc_chaperone_type, mark_chaperone);
|
||||
}
|
||||
|
||||
END_XFORM_SKIP;
|
||||
|
|
Loading…
Reference in New Issue
Block a user