about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-22 22:52:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-22 22:52:34 -0700
commit9d18c99f5d66ffbe3cddf60e3e3c7608c20d696d (patch)
tree9aef48dc9a922b6bd59205356128bae376f8fa56
parentf1e953d0cf7f5669a55b1337a87e646c1262d139 (diff)
downloadmu-9d18c99f5d66ffbe3cddf60e3e3c7608c20d696d.tar.gz
1147 - one final memory leak; now valgrind-clean
-rw-r--r--cpp/010vm1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm
index 92e712d3..d6f6e5a9 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -152,7 +152,6 @@ setup_recipes();
 assert(MAX_PRIMITIVE_RECIPES < 100);  // level 0 is primitives; until 99
 Next_recipe_number = 100;
 // End Load Recipes
-delete Trace_stream;  Trace_stream = new trace_stream;
 :(before "End Test Run Initialization")
 assert(Next_recipe_number < 1000);  // functions being tested didn't overflow into test space
 :(before "End Setup")