You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address link tracker clear decref imbalance (#803)
LinkTracker tracked one pool ref per link ID, but clear() decremented
once per cell reference count. For links repeated across many cells this
could cause one valid decref followed by many failing decref calls
during buffer clear.
---------
Co-authored-by: Simon Klee <hello@simonklee.dk>
0 commit comments