Skip to content
Snippets Groups Projects
Commit 9684920c authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Correct definitely lost bytes tracked by valgrind --leak-check=all

parent da97a25c
No related branches found
No related tags found
No related merge requests found
......@@ -620,7 +620,7 @@ void cluster(string config_file, string data_file, string output_path) {
tppoanp_2->close();
delete tppoanp_2;
delete[] gaps_2;
for (int ti = 0; ti <2 -1; ti++) {
for (int ti = 0; ti < 2; ti++) {
delete[] tqse_2[ti];
delete[] tqce_2[ti];
delete[] tqcs_2[ti];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment