mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix memory leak for test driver
This commit is contained in:
@@ -31,5 +31,6 @@ mrb_init_mrbtest(mrb_state *mrb)
|
||||
mrb_print_error(mrb);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
mrb_close(core_test);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user