From e3e91c44ceda48cd9d02b95602611395acb78a22 Mon Sep 17 00:00:00 2001 From: Cameron Gilchrist Date: Wed, 6 Dec 2023 14:28:43 +0900 Subject: [PATCH] delete consensus array --- src/strucclustutils/structuremsa.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/strucclustutils/structuremsa.cpp b/src/strucclustutils/structuremsa.cpp index a59fcf1..4e4d340 100644 --- a/src/strucclustutils/structuremsa.cpp +++ b/src/strucclustutils/structuremsa.cpp @@ -788,6 +788,7 @@ std::string msa2profile( delete[] pNullBuffer; free(msaSequences[0]); delete[] msaSequences; + delete[] consensus; return result; }