]> git.donarmstrong.com Git - mothur.git/blobdiff - unweighted.cpp
fixed bug in read.tree
[mothur.git] / unweighted.cpp
index 47ddd6b55263249fe2b5cca4dd11fd4365979f24..405dfd2b3feaf4c1a5327526936a7baaaa4aba0a 100644 (file)
@@ -368,7 +368,9 @@ EstOutput Unweighted::getValues(Tree* t, string groupA, string groupB) {
        
                        data[count] = UW;
                }
-
+               
+               delete copyTree;
+               
                return data;
        
        }