]> git.donarmstrong.com Git - mothur.git/blobdiff - parsimonycommand.h
bugs for 1.5
[mothur.git] / parsimonycommand.h
index 63980c254545ea07e7a4ffe71b1d9c496407ecf1..0f12d421ab291e176df2415c70b2ee27365a92ad 100644 (file)
@@ -23,7 +23,7 @@ class ParsimonyCommand : public Command {
 
 public:
        ParsimonyCommand(string);       
-       ~ParsimonyCommand() { delete pars; delete util; delete output; }
+       ~ParsimonyCommand() { if (abort == false) { delete pars; delete util; delete output; }  }
        int execute();  
        void help();