Skip to content

Commit

Permalink
Fix small memory leak when testing if an edge circularizes a tig.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 14, 2020
1 parent 2c12c35 commit 696b9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bogart/AS_BAT_FindCircular.C
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ isCircularizingEdge(Unitig *tig,
}
}

delete [] rc;

return(isCircular);
}

Expand Down

0 comments on commit 696b9a9

Please sign in to comment.