Permalink
Browse files

fixing incorrect delete

  • Loading branch information...
1 parent 51f7006 commit 4367cabf9774131d73eb30ba2a2c36fcdd7755e4 @BenLangmead committed Jan 11, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 bowtie_inspect.cpp
View
@@ -210,7 +210,7 @@ void print_ref_sequence(
}
fout << "\n";
}
- delete buf;
+ delete[] buf;
}
/**

0 comments on commit 4367cab

Please sign in to comment.