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

View File

@@ -128,7 +128,6 @@ typedef struct
ma_hit_t_alloc* paf;
ma_hit_t_alloc* reverse_paf;
ma_sub_t* coverage_cut;
} All_reads;
extern All_reads R_INF;