Skip to content

Commit

Permalink
Merge pull request #52 from pangenome/free-my-edlib
Browse files Browse the repository at this point in the history
free the edlib alignment result
  • Loading branch information
ekg authored Dec 1, 2020
2 parents 698c211 + 2502238 commit d104593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/breaks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ void break_blocks(const xg::XG& graph,
best_id = id;
}
}
edlibFreeAlignResult(result);
}
}
}
Expand Down

0 comments on commit d104593

Please sign in to comment.