Skip to content
Snippets Groups Projects
Commit 18931338 authored by James Bonfield's avatar James Bonfield Committed by Rob Davies
Browse files

Fixed trivial memory leak in test harness

parent 6b6c8a3f
Branches
Tags
No related merge requests found
......@@ -128,6 +128,7 @@ int main(int argc, char **argv) {
bam_hdr_destroy(hdr);
bam_destroy1(rec);
free(ref_seq);
fai_destroy(fai);
return EXIT_SUCCESS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment