]> git.donarmstrong.com Git - mothur.git/blobdiff - bootstrapsharedcommand.cpp
fixed some bugs
[mothur.git] / bootstrapsharedcommand.cpp
index 5e7c0c63c8944d3be0ecc08b9761c334a74520b1..a94954ae6541e509723dd233ec235b7b384abb4e 100644 (file)
@@ -179,9 +179,10 @@ void BootSharedCommand::help(){
 BootSharedCommand::~BootSharedCommand(){
        //made new in execute
        if (abort == false) {
-               delete input;
+               delete input; globaldata->ginput = NULL;
                delete read;
                delete util;
+               globaldata->gorder = NULL;
        }
 }