mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-27 19:08:12 +08:00
r129: fixed memory leak caused by qualities
This commit is contained in:
@@ -13,7 +13,7 @@ typedef struct {
|
||||
|
||||
bseq_file_t *bseq_open(const char *fn);
|
||||
void bseq_close(bseq_file_t *fp);
|
||||
bseq1_t *bseq_read(bseq_file_t *fp, int chunk_size, int *n_);
|
||||
bseq1_t *bseq_read(bseq_file_t *fp, int chunk_size, int with_qual, int *n_);
|
||||
int bseq_eof(bseq_file_t *fp);
|
||||
|
||||
extern unsigned char seq_nt4_table[256];
|
||||
|
||||
Reference in New Issue
Block a user