plug one more memory leak

This commit is contained in:
Axel Kohlmeyer
2023-12-12 23:54:33 -05:00
parent 29cf012061
commit c2dbd7dc9d

View File

@ -382,6 +382,7 @@ void ComputeSLCSAAtom::compute_peratom()
memory->destroy(scores);
memory->destroy(probas);
memory->destroy(prodright);
memory->destroy(dmaha);
}
int ComputeSLCSAAtom::compute_ncomps(int twojmax)