dib-lab/kmerDecoder

memory leak in set_hashing_mode

shokrof opened this issue · 0 comments

set hashing mode doesn't delete the previous hasher before creating a new hasher.
Make sure that hasher has content before deleting and you are not deleting a null ptr.