Skip to content

Commit

Permalink
Merge 'rickard/cpool_delete-fix/GH-8613/OTP-19154' into maint
Browse files Browse the repository at this point in the history
  • Loading branch information
sverker committed Jul 2, 2024
2 parents e424399 + e176896 commit fde025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/beam/erl_alloc_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3478,7 +3478,7 @@ cpool_delete(Allctr_t *allctr, Allctr_t *prev_allctr, Carrier_t *crr)
b = 1;
do {
b = backoff(b);
tmp = cpool_read(&cpd2p->prev);
tmp = cpool_read(&crr->cpool.prev);
} while (tmp != val);
}

Expand Down

0 comments on commit fde025a

Please sign in to comment.