]> git.donarmstrong.com Git - mothur.git/blobdiff - hclustercommand.cpp
added groups option to read.otu, added qtrim option to trim.seqs, fixed bug in get...
[mothur.git] / hclustercommand.cpp
index 6e3ec243addd289a6d44226adeddd6a3fccbb0d2..e140f8c3489cf45615a200609caa08d00a23979d 100644 (file)
@@ -168,8 +168,6 @@ int HClusterCommand::execute(){
                        mothurOut("Error: no list vector!"); mothurOutEndLine(); return 0;
                }
                
-               
-               
                float previousDist = 0.00000;
                float rndPreviousDist = 0.00000;
                oldRAbund = *rabund;
@@ -260,6 +258,7 @@ int HClusterCommand::execute(){
                rabundFile.close();
                listFile.close();
                
+               delete cluster;
                //if (isTrue(timing)) {
                        mothurOut("It took " + toString(time(NULL) - estart) + " seconds to cluster. "); mothurOutEndLine();
                //}