From 67fbcf8b2ac015f144a12cc021b757df4f49c8f7 Mon Sep 17 00:00:00 2001 From: ksss Date: Wed, 23 Jul 2014 14:14:09 +0000 Subject: Fix memory leak for test driver --- test/init_mrbtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index cc75a5a5e..2a32f4930 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -31,5 +31,6 @@ mrb_init_mrbtest(mrb_state *mrb) mrb_print_error(mrb); exit(EXIT_FAILURE); } + mrb_close(core_test); } -- cgit v1.2.3