Need to unshare env on OP_R_BREAK too.

parent 5fee3f58
......@@ -2051,6 +2051,7 @@ RETRY_TRY_BLOCK:
}
ci--;
}
mrb_env_unshare(mrb, ci->env);
break;
default:
/* cannot happen */
......
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