about summary refs log tree commit diff stats
path: root/cpp/020run
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 21:37:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 21:37:36 -0700
commitfb4836dc0f9dc84afa0b133c4e6ab1ad61653961 (patch)
treedd0afc6ffba375f756157895876c9eeee2af29b5 /cpp/020run
parente26a1c859352421eaa7232987739ed5e8c79ce3f (diff)
downloadmu-fb4836dc0f9dc84afa0b133c4e6ab1ad61653961.tar.gz
1183
Diffstat (limited to 'cpp/020run')
-rw-r--r--cpp/020run1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/020run b/cpp/020run
index 2d5d6228..178ff506 100644
--- a/cpp/020run
+++ b/cpp/020run
@@ -110,6 +110,7 @@ if (!Run_tests) {
 //?   Trace_stream->dump_layer = "all"; //? 1
   if (r) run(r);
   dump_memory();
+  teardown();
 }
 
 :(code)