Skip to content

Commit d9823e8

Browse files
committed
delete sequencelookup in ungappedprefilter
1 parent 9a7c68d commit d9823e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/prefiltering/ungappedprefilter.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,14 @@ int prefilterInternal(int argc, const char **argv, const Command &command, int m
474474

475475
resultWriter.close();
476476

477-
478477
if(taxonomyHook != NULL){
479478
delete taxonomyHook;
480479
}
481480

481+
if (sequenceLookup != NULL) {
482+
delete sequenceLookup;
483+
}
484+
482485
if(sameDB == false){
483486
delete qDbrIdx;
484487
}

0 commit comments

Comments
 (0)