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:
parent
b87962eb04
commit
df451752c1
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ ujit_free_block(block_t *block)
|
|||
|
||||
free(block->incoming);
|
||||
free(block);
|
||||
rb_darray_free(block->gc_object_offsets);
|
||||
}
|
||||
|
||||
// Invalidate one specific block version
|
||||
|
|
Loading…
Add table
Reference in a new issue