Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entry
This commit is contained in:
parent
62e2e1da92
commit
705a3c69d7
@ -311,6 +311,7 @@ static const rb_data_type_t proc_entry_data_type = {
|
|||||||
proc_entry_memsize,
|
proc_entry_memsize,
|
||||||
proc_entry_compact,
|
proc_entry_compact,
|
||||||
},
|
},
|
||||||
|
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct proc_entry *
|
static struct proc_entry *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user