Skip to content

Commit ecaf986

Browse files
committed
free ujit_blocks
1 parent 0047780 commit ecaf986

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)