Skip to content

Commit 95fa2fb

Browse files
committed
free ujit_blocks
1 parent c2e625e commit 95fa2fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ujit_iface.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@ rb_ujit_iseq_free(const struct rb_iseq_constant_body *body)
592592
block = next;
593593
}
594594
}
595+
596+
rb_darray_free(body->ujit_blocks);
595597
}
596598

597599
void

0 commit comments

Comments
 (0)