addd0615bf
This commit removes an unused reference and registers globals with the GC so that they will never die. Ruby is getting a compacting GC, and it means that these references can move. Registering them with `rb_gc_register_mark_object` will ensure the constants don't move and will not be collected. |
||
---|---|---|
.. | ||
protobuf_c |