Initialize callinfo->acc; ref #3243

parent c8536d97
...@@ -238,6 +238,7 @@ cipush(mrb_state *mrb) ...@@ -238,6 +238,7 @@ cipush(mrb_state *mrb)
ci->pc = 0; ci->pc = 0;
ci->err = 0; ci->err = 0;
ci->proc = 0; ci->proc = 0;
ci->acc = 0;
return ci; return ci;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment