1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
nobu 2005-06-19 05:16:36 +00:00
parent c8b7f0cef9
commit 991ee3ab0a

2
gc.c
View file

@ -1771,7 +1771,7 @@ run_final(obj)
{
long i;
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 */
rb_thread_critical = Qtrue;