Skip to content

Commit

Permalink
jerome fix
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Nov 6, 2023
1 parent b9b0f16 commit d655dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/tskit/trees.c
Original file line number Diff line number Diff line change
Expand Up @@ -7808,11 +7808,11 @@ tsk_treeseq_extend_edges_iter(
// add edge to pending_out
ret = extend_edges_append_entry(
&edges_out_head, &edges_out_tail, &edge_list_heap, e);
out_parent[edges->child[e]] = edges->parent[e];
if (ret != 0) {
ret = TSK_ERR_NO_MEMORY;
goto out;

Check warning on line 7813 in c/tskit/trees.c

View check run for this annotation

Codecov / codecov/patch

c/tskit/trees.c#L7812-L7813

Added lines #L7812 - L7813 were not covered by tests
}
out_parent[edges->child[e]] = edges->parent[e];
}
}
for (tj = tree_pos.in.start; tj != tree_pos.in.stop; tj += direction) {
Expand Down

0 comments on commit d655dec

Please sign in to comment.