Skip to content

Commit

Permalink
* samtools-0.1.4-15 (r354)
Browse files Browse the repository at this point in the history
 * fixed a memory leak in bam_view1(), although samtools is not using this routine.
  • Loading branch information
Heng Li committed Jun 24, 2009
1 parent 9348942 commit 09ca4e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bam.c
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,5 @@ void bam_view1(const bam_header_t *header, const bam1_t *b)
{
char *s = bam_format1(header, b);
printf("%s\n", s);
free(s);
}
2 changes: 1 addition & 1 deletion bamtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "bam.h"

#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "0.1.4-14 (r351)"
#define PACKAGE_VERSION "0.1.4-15 (r354)"
#endif

int bam_taf2baf(int argc, char *argv[]);
Expand Down

0 comments on commit 09ca4e8

Please sign in to comment.