We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a16c3e commit 7154b42Copy full SHA for 7154b42
1 file changed
gc.c
@@ -133,7 +133,7 @@
133
unsigned int
134
rb_gc_vm_lock(void)
135
{
136
- unsigned int lev;
+ unsigned int lev = 0;
137
RB_VM_LOCK_ENTER_LEV(&lev);
138
return lev;
139
}
0 commit comments