Skip to content

Commit

Permalink
MemFix: // Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
smarco committed Aug 10, 2022
1 parent b9a93d8 commit a08c498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wavefront/wavefront_aligner.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ void wavefront_aligner_init_heuristic(
if (wf_heuristic->strategy == wf_heuristic_none) {
wavefront_heuristic_set_none(&wf_aligner->heuristic);
} else {
// Reset
wf_aligner->heuristic.strategy = 0;
// WF-Adaptive
if (wf_heuristic->strategy & wf_heuristic_wfadaptive) {
wavefront_heuristic_set_wfadaptive(
Expand Down

0 comments on commit a08c498

Please sign in to comment.