]> git.donarmstrong.com Git - mothur.git/blobdiff - commandfactory.cpp
minor changes to pcr.seqs. Added filterToPos and filterFromPos to sequence class...
[mothur.git] / commandfactory.cpp
index 579abe82cd4019ab265dcce4220d58aea6924e67..49dcd2cb6f42edfc7208738966a119147192b415 100644 (file)
@@ -313,6 +313,7 @@ CommandFactory::~CommandFactory(){
 //This function calls the appropriate command fucntions based on user input.
 Command* CommandFactory::getCommand(string commandName, string optionString){
        try {
+        
                delete command;   //delete the old command
                
                //user has opted to redirect output from dir where input files are located to some other place