Project

General

Profile

Bug #9399 ยป 0001-iseq-avoid-potential-memory-leak-in-iseq_load.patch

normalperson (Eric Wong), 01/11/2014 08:43 PM

View differences:

iseq.c
VALUE type, body, locals, args, exception;
st_data_t iseq_type;
struct st_table *type_map = 0;
static struct st_table *type_map;
rb_iseq_t *iseq;
rb_compile_option_t option;
int i = 0;
    (1-1/1)