We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ea149 commit 8a10ec1Copy full SHA for 8a10ec1
ext/fiddle/closure.c
@@ -56,6 +56,8 @@ closure_memsize(const void * ptr)
56
const rb_data_type_t closure_data_type = {
57
"fiddle/closure",
58
{0, dealloc, closure_memsize,},
59
+ 0, 0,
60
+ RUBY_TYPED_FREE_IMMEDIATELY,
61
};
62
63
struct callback_args {
0 commit comments