X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bcftools%2Fbcfutils.c;h=fec06ba2131df14d0a2236c012d696ad233647ca;hb=80658e4d152b53bd55927c432ceece7702ab49d7;hp=d1b9668099be4e934bf0225cefb444370fdc7315;hpb=c350a570e955d5b4c2c13f607b7442df6d332c67;p=samtools.git diff --git a/bcftools/bcfutils.c b/bcftools/bcfutils.c index d1b9668..fec06ba 100644 --- a/bcftools/bcfutils.c +++ b/bcftools/bcfutils.c @@ -5,6 +5,7 @@ #include "khash.h" KHASH_MAP_INIT_STR(str2id, int) +// FIXME: valgrind report a memory leak in this function. Probably it does not get deallocated... void *bcf_build_refhash(bcf_hdr_t *h) { khash_t(str2id) *hash;