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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -620,7 +620,7 @@ void cluster(string config_file, string data_file, string output_path) {
	  tppoanp_2->close();
	  tppoanp_2->close();
	  delete tppoanp_2;
	  delete tppoanp_2;
	  delete[] gaps_2;
	  delete[] gaps_2;
	  for (int ti = 0; ti <2 -1; ti++) {
	  for (int ti = 0; ti < 2; ti++) {
	    delete[] tqse_2[ti];
	    delete[] tqse_2[ti];
	    delete[] tqce_2[ti];
	    delete[] tqce_2[ti];
	    delete[] tqcs_2[ti];
	    delete[] tqcs_2[ti];