X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=preclustercommand.cpp;h=74eddbee75d7021b3ee8584da6b8236df52eca4c;hb=c47e480b743d1c242b8c527b6d12f992c68b8c2c;hp=67b2f31bebe6185fef4137d9c5e839a35b23f0b8;hpb=ae57e166b2ed7b475ec3f466106bd76fabadd063;p=mothur.git diff --git a/preclustercommand.cpp b/preclustercommand.cpp index 67b2f31..74eddbe 100644 --- a/preclustercommand.cpp +++ b/preclustercommand.cpp @@ -235,6 +235,8 @@ int PreClusterCommand::execute(){ } + delete parser; + //run unique.seqs for deconvolute results string inputString = "fasta=" + newFastaFile; if (namefile != "") { inputString += ", name=" + newNamesFile; }