diff options
author | Peter Zhu <[email protected]> | 2023-11-22 11:08:13 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2023-11-29 22:51:13 -0500 |
commit | 705a3c69d7956b071d85bd785b8b61ffdf96c525 (patch) | |
tree | af7d00bff15ed931c7f3d9925ba7f8c50723ef0b /enumerator.c | |
parent | 62e2e1da920d15e755f1826b3703ca81366526d8 (diff) |
Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entry
Diffstat (limited to 'enumerator.c')
-rw-r--r-- | enumerator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enumerator.c b/enumerator.c index a90a594397..358ec8a83d 100644 --- a/enumerator.c +++ b/enumerator.c @@ -311,6 +311,7 @@ static const rb_data_type_t proc_entry_data_type = { proc_entry_memsize, proc_entry_compact, }, + 0, 0, RUBY_TYPED_FREE_IMMEDIATELY }; static struct proc_entry * |