* gc.c (run_final): commit miss to add new variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c8b7f0cef9
commit
991ee3ab0a
2
gc.c
2
gc.c
@ -1771,7 +1771,7 @@ run_final(obj)
|
|||||||
{
|
{
|
||||||
long i;
|
long i;
|
||||||
int status, critical_save = rb_thread_critical;
|
int status, critical_save = rb_thread_critical;
|
||||||
VALUE args[3], table;
|
VALUE args[3], table, objid;
|
||||||
|
|
||||||
objid = rb_obj_id(obj); /* make obj into id */
|
objid = rb_obj_id(obj); /* make obj into id */
|
||||||
rb_thread_critical = Qtrue;
|
rb_thread_critical = Qtrue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user