From d2ca12604bedf0ee6b5291be9632bcc28a3cf0cf Mon Sep 17 00:00:00 2001 From: chhylp123 Date: Sun, 14 Feb 2021 14:17:43 -0500 Subject: [PATCH] update r312 --- CommandLines.h | 2 +- Purge_Dups.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CommandLines.h b/CommandLines.h index e7371c1..ea9ec78 100644 --- a/CommandLines.h +++ b/CommandLines.h @@ -3,7 +3,7 @@ #include -#define HA_VERSION "0.14-r311" +#define HA_VERSION "0.14-r312" #define VERBOSE 0 diff --git a/Purge_Dups.cpp b/Purge_Dups.cpp index b0e36a6..7474a14 100644 --- a/Purge_Dups.cpp +++ b/Purge_Dups.cpp @@ -4135,6 +4135,7 @@ long long get_specific_contig_length(asg_t *g, uint8_t *del) totalLen += len; } //kdq_destroy(uint64_t, q); + free(mark); return totalLen; }