]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
fixed memory leak in collect.shared()
[mothur.git] / collectsharedcommand.cpp
index 4a3a338944958aa8e9342661847898c20e598f3d..0ac767ddc9cc1410352fd8f34701413d3359140b 100644 (file)
@@ -142,7 +142,7 @@ int CollectSharedCommand::execute(){
                util->updateGroupIndex(globaldata->Groups, globaldata->gGroupmap->groupIndex);
 
                while(order != NULL){
-               
+
                        orderList.insert(order->getLabel());
                        
                        if(globaldata->allLines == 1 || globaldata->lines.count(count) == 1 || globaldata->labels.count(order->getLabel()) == 1){