Skip to content

Commit 82f645e

Browse files
committed
Namespace::Entry is long living object
1 parent 294b52f commit 82f645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

namespace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ const rb_data_type_t rb_namespace_data_type = {
463463
namespace_entry_memsize,
464464
rb_namespace_gc_update_references,
465465
},
466-
0, 0, RUBY_TYPED_FREE_IMMEDIATELY
466+
0, 0, RUBY_TYPED_WB_PROTECTED
467467
};
468468

469469
VALUE

0 commit comments

Comments
 (0)