X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedjest.cpp;fp=sharedjest.cpp;h=1ca64b438036d40e2e75e70cde735f8637a53c6b;hb=e81e076cbba02b37cd338370aaa32acaf1407c29;hp=a1b506eb131f4f96f89d865ef4f27072ab150c20;hpb=37519fc35c0eb1523e84227517694c4015847c6d;p=mothur.git diff --git a/sharedjest.cpp b/sharedjest.cpp index a1b506e..1ca64b4 100644 --- a/sharedjest.cpp +++ b/sharedjest.cpp @@ -42,7 +42,13 @@ EstOutput Jest::getValues(vector shared) { data[0] = S12[0] / (float)(S1[0] + S2[0] - S12[0]); if (isnan(data[0]) || isinf(data[0])) { data[0] = 0; } - + + delete sharedChao; + delete chaoS1; + delete chaoS2; + delete chaoS1Sabund; + delete chaoS2Sabund; + return data; } catch(exception& e) {