X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=collectcommand.cpp;h=233b7bef963a22bdc0ab9a2e524699bc49e4366c;hb=599af78a6ea4916919d460a131e2d0dffa28d35e;hp=098ec1f29539b28bb25fa928aedebf186351a96a;hpb=b01e4c8527e66f227eff16cf296eeadf060306b6;p=mothur.git diff --git a/collectcommand.cpp b/collectcommand.cpp index 098ec1f..233b7be 100644 --- a/collectcommand.cpp +++ b/collectcommand.cpp @@ -126,6 +126,8 @@ int CollectCommand::execute(){ cout << order->getLabel() << '\t' << count << endl; } + + delete order; order = (input->getOrderVector()); count++; }