Skip to content

Commit

Permalink
delete sequencelookup in ungappedprefilter
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jan 13, 2025
1 parent 9a7c68d commit d9823e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/prefiltering/ungappedprefilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -474,11 +474,14 @@ int prefilterInternal(int argc, const char **argv, const Command &command, int m

resultWriter.close();


if(taxonomyHook != NULL){
delete taxonomyHook;
}

if (sequenceLookup != NULL) {
delete sequenceLookup;
}

if(sameDB == false){
delete qDbrIdx;
}
Expand Down

0 comments on commit d9823e8

Please sign in to comment.