update r312

This commit is contained in:
chhylp123
2021-02-14 14:17:43 -05:00
parent d2bf15eba4
commit d2ca12604b
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
#include <pthread.h>
#define HA_VERSION "0.14-r311"
#define HA_VERSION "0.14-r312"
#define VERBOSE 0

View File

@@ -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;
}