Skip to content

Commit

Permalink
REVERT Fix???, re issue #634
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Nov 26, 2024
1 parent 2efe680 commit 315b3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap.c
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ cell *prepare_call(query *q, bool prefix, cell *p1, pl_idx p1_ctx, unsigned extr
}

cell *dst = tmp + (prefix ? PREFIX_LEN : NOPREFIX_LEN);
dup_cells_by_ref(dst, p1, p1_ctx, p1->nbr_cells);
copy_cells_by_ref(dst, p1, p1_ctx, p1->nbr_cells);
return tmp;
}

Expand Down

0 comments on commit 315b3fb

Please sign in to comment.