There are various places in the code where blocks are used where we have comments that say "FIXME need release...."
block = rb_retain(block); // FIXME need release...
What is the fix for this? What implication does this not being fixed have?
@Watson1978 can you provide any guidance?