X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readotucommand.cpp;h=7a48f2c5b3b0146c4397325ca531c0bad9005146;hb=39a9b207d1046f3409781c45e38b7a871133d224;hp=2a0d33fe352b8e6f4621fd5d336b63ccfb5824b4;hpb=cd10743907df223b7dd5b3a3deb20fde758b8ed7;p=mothur.git diff --git a/readotucommand.cpp b/readotucommand.cpp index 2a0d33f..7a48f2c 100644 --- a/readotucommand.cpp +++ b/readotucommand.cpp @@ -44,7 +44,7 @@ int ReadOtuCommand::execute(){ if (globaldata->getFormat() == "shared") { groupMap->readMap(); - if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap; } + //if (globaldata->gGroupmap != NULL) { delete globaldata->gGroupmap; } globaldata->gGroupmap = groupMap; shared = new SharedCommand();