MRI: don't manually peform GC
This commit is contained in:
parent
cb8af6dd33
commit
fcc84373bc
|
@ -281,8 +281,6 @@ static void runRMXPScripts()
|
||||||
|
|
||||||
ruby_script(RSTRING_PTR(rb_ary_entry(script, 1)));
|
ruby_script(RSTRING_PTR(rb_ary_entry(script, 1)));
|
||||||
|
|
||||||
rb_gc_start();
|
|
||||||
|
|
||||||
/* Execute code */
|
/* Execute code */
|
||||||
rb_eval_string_protect(decData.c_str(), 0);
|
rb_eval_string_protect(decData.c_str(), 0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue