]> git.donarmstrong.com Git - mothur.git/blobdiff - collectsharedcommand.cpp
fixed memory leak in rarefact
[mothur.git] / collectsharedcommand.cpp
index 86b35a5191d268452d86a2994dd1bcafd06a3001..06dbce79b1685a93c13c38f0b3906e6b8f7e9fe3 100644 (file)
@@ -155,6 +155,7 @@ int CollectSharedCommand::execute(){
                        }
                        
                        //get next line to process
+                       delete order;
                        order = input->getSharedOrderVector();
                        count++;
                }