r186: fixed memory leaks when loading from disk

This commit is contained in:
Heng Li
2020-04-03 20:35:47 -04:00
parent 992322f8e3
commit 76de054331
6 changed files with 24 additions and 52 deletions
-1
View File
@@ -1299,7 +1299,6 @@ void ha_overlap_final(void)
ha_idx = 0;
///rescue_edges(R_INF.paf, R_INF.reverse_paf, R_INF.total_reads, 4, 0.985);
fprintf(stderr, "[M::%s::%.3f*%.2f] ==> final overlap\n", __func__, yak_realtime(), yak_cputime() / yak_realtime());
}
int ha_assemble(void)