]> git.donarmstrong.com Git - mothur.git/blobdiff - readtreecommand.cpp
put back no command and worked on libshuff
[mothur.git] / readtreecommand.cpp
index 8124d53415bda6035a3f6686d8ebc50a3ecb1419..6af28ad7788a351e1a320aaf433c800c2c529f1b 100644 (file)
@@ -20,7 +20,7 @@ ReadTreeCommand::ReadTreeCommand(){
                treeMap->readMap();
                
                //memory leak prevention
-               if (globaldata->gTreemap != NULL) { delete globaldata->gTreemap;  }
+               //if (globaldata->gTreemap != NULL) { delete globaldata->gTreemap;  }
                globaldata->gTreemap = treeMap;
 
                read = new ReadNewickTree(filename);