]> git.donarmstrong.com Git - mothur.git/blobdiff - treegroupscommand.cpp
started adding chimeraslayer method and fixed minor bug in treegroupscommand deconstr...
[mothur.git] / treegroupscommand.cpp
index d25c46adde9b46ce3044a115d1c816dd552ac146..e15d56ba82268e2b5d8d95b4f5bb562df4c70868 100644 (file)
@@ -188,9 +188,9 @@ void TreeGroupCommand::help(){
 TreeGroupCommand::~TreeGroupCommand(){
        if (abort == false) {
                
-               if (format == "sharedfile") { delete read;  delete input; globaldata->ginput = NULL;}
+               if (format == "sharedfile") { delete read;  delete input; globaldata->ginput = NULL; }
                else { delete readMatrix;  delete matrix; delete list; }
-               delete tmap;
+               delete tmap;  globaldata->gTreemap = NULL;
                delete validCalculator;
        }