Skip to content

Commit

Permalink
Merge branch 'prob_distro_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlayer committed Jan 7, 2015
2 parents cdda924 + 9498fac commit 36837c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lumpy/SV_BreakPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ trim_intervals()
free(p_t);

interval_r.i.start = p_start_r + p_r_trim_start;
interval_r.i.end = p_start_r + p_r_trim_end;
interval_r.i.end = p_start_r + p_r_trim_end - 1;


free(p_l);
free(p_r);
Expand Down

0 comments on commit 36837c9

Please sign in to comment.