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

Free your memories!

This commit is contained in:
Alan Wu 2021-02-19 15:49:23 -05:00
parent b87962eb04
commit df451752c1

View file

@ -610,6 +610,7 @@ ujit_free_block(block_t *block)
free(block->incoming); free(block->incoming);
free(block); free(block);
rb_darray_free(block->gc_object_offsets);
} }
// Invalidate one specific block version // Invalidate one specific block version