]> git.donarmstrong.com Git - mothur.git/blobdiff - getgroupcommand.cpp
fixed some bugs
[mothur.git] / getgroupcommand.cpp
index ea6ef1760a763f6962f1f259a512b519fc659956..4fa84136001aefaeb051ee592a41e54b081b0885 100644 (file)
@@ -115,6 +115,7 @@ int GetgroupCommand::execute(){
                        if (in.eof() != true) { in >> nextLabel; }
                }
                
+               in.close();
                out.close();
                return 0;       
        }