Commit 3b9b83b
Update acquire-time expiry check to use atomic.Int64 wrapper
The acquire-time lifetimeDestroyCount increment added in cc7ddf3 still
used the atomic.AddInt64 free function. PR #2563 converted the counter
fields to the atomic.Int64 typed wrapper, so update this call site to
match.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b7c0a32 commit 3b9b83b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
0 commit comments