diff options
-rw-r--r-- | kmer_utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kmer_utils.c b/kmer_utils.c index 2a739d6..5e24584 100644 --- a/kmer_utils.c +++ b/kmer_utils.c @@ -185,5 +185,6 @@ unsigned long long * get_kmer_counts_from_file(const char *fn, const unsigned in } } + free(line); return counts; } |