Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 33ff6bef authored by David Parsons's avatar David Parsons
Browse files

Fix mismatched new [] - delete

parent 5eeda73a
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ SmallInsertion::SmallInsertion(int32_t pos, int32_t length, const char* seq) :
// Destructor
// ============================================================================
SmallInsertion::~SmallInsertion() {
delete seq_;
delete [] seq_;
}
// ============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment