diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-22 22:52:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-22 22:52:34 -0700 |
commit | 9d18c99f5d66ffbe3cddf60e3e3c7608c20d696d (patch) | |
tree | 9aef48dc9a922b6bd59205356128bae376f8fa56 /cpp/010vm | |
parent | f1e953d0cf7f5669a55b1337a87e646c1262d139 (diff) | |
download | mu-9d18c99f5d66ffbe3cddf60e3e3c7608c20d696d.tar.gz |
1147 - one final memory leak; now valgrind-clean
Diffstat (limited to 'cpp/010vm')
-rw-r--r-- | cpp/010vm | 1 |
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") |