Commit 67fbcf8b authored by ksss's avatar ksss

Fix memory leak for test driver

parent 1b5584b3
......@@ -31,5 +31,6 @@ mrb_init_mrbtest(mrb_state *mrb)
mrb_print_error(mrb);
exit(EXIT_FAILURE);
}
mrb_close(core_test);
}
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