Commit 40e46944 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2488 from ksss/leak-test

Fix memory leak for test driver
parents 1b5584b3 67fbcf8b
......@@ -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