]> git.donarmstrong.com Git - mothur.git/blobdiff - readotu.cpp
added pca command
[mothur.git] / readotu.cpp
index 1f64919825bbd8692043b4e8d16feaaf5e727e12..84132ae5bdecda6f1e967dffdbeb284cfd281f23 100644 (file)
@@ -64,6 +64,9 @@ void ReadOTUFile::read(GlobalData* globaldata){
                        //memory leak prevention
                        //if (globaldata->gSharedList != NULL) { delete globaldata->gSharedList;  }
                        globaldata->gSharedList = SharedList;
+                       delete inputSabund;
+                       delete inputRabund;
+                       delete inputList;
                }
        }
        catch(exception& e) {