Skip to content

Commit

Permalink
delete consensus array
Browse files Browse the repository at this point in the history
  • Loading branch information
gamcil committed Dec 6, 2023
1 parent 0f1412e commit e3e91c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/strucclustutils/structuremsa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ std::string msa2profile(
delete[] pNullBuffer;
free(msaSequences[0]);
delete[] msaSequences;
delete[] consensus;

return result;
}
Expand Down

0 comments on commit e3e91c4

Please sign in to comment.