summaryrefslogtreecommitdiffhomepage
path: root/tools/mirb
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-05-22 11:01:29 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-05-22 11:01:29 -0700
commit9a645981211703693ee8741976eff8d761defa93 (patch)
tree35c488762d4133f752cd440d48b6634b8df20164 /tools/mirb
parent55920a784664e8e00317677965d974c733592393 (diff)
parentd1cd10421f8bfeee791ea7ecd1674eccd00000ae (diff)
downloadmruby-9a645981211703693ee8741976eff8d761defa93.tar.gz
mruby-9a645981211703693ee8741976eff8d761defa93.zip
Merge pull request #180 from mitchblank/master
call mrb_close() in tools and test programs
Diffstat (limited to 'tools/mirb')
-rw-r--r--tools/mirb/mirb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mirb/mirb.c b/tools/mirb/mirb.c
index a5285df0f..459923768 100644
--- a/tools/mirb/mirb.c
+++ b/tools/mirb/mirb.c
@@ -227,6 +227,7 @@ main(void)
}
}
}
+ mrb_close(mrb_interpreter);
return 0;
}