From: Lee Baker Date: Sat, 9 Mar 2013 19:27:56 +0000 (-0600) Subject: Fix memory leaks: X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2fa4cde9b8806faceffb8677440b54ca4c90b6f7;hp=2fa4cde9b8806faceffb8677440b54ca4c90b6f7;p=samtools.git Fix memory leaks: * When downloading a remote FASTA index * When indexing a BAM, we can't open the FAI file * When indexing a BCF, we can't open the index file * Parsing a VCF header with no sample line * Encountering multiple adjacent tabs in a SAM header ---