Skip to content

Commit

Permalink
Add RUBY_TYPED_FREE_IMMEDIATELY flag to proc_entry
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Nov 30, 2023
1 parent 62e2e1d commit 705a3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enumerator.c
Expand Up @@ -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 *
Expand Down

0 comments on commit 705a3c6

Please sign in to comment.