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 () | |
tree | af7d00bff15ed931c7f3d9925ba7f8c50723ef0b /enumerator.c | |
parent | 62e2e1da920d15e755f1826b3703ca81366526d8 (diff) |
Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entry
-rw-r--r-- | enumerator.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -311,6 +311,7 @@ static const rb_data_type_t proc_entry_data_type = { proc_entry_memsize, proc_entry_compact, }, }; static struct proc_entry * |