mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-24 20:45:56 +03:00
[PR #803] fix: address link tracker clear decref imbalance #1576
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1576
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/803
Author: @aarcamp
Created: 3/12/2026
Status: 🔄 Open
Base:
main← Head:linktracker-clear-fix📝 Commits (1)
e40d17dfix: address link tracker clear decref imbalance📊 Changes
1 file changed (+1 additions, -5 deletions)
View changed files
📝
packages/core/src/zig/link.zig(+1 -5)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.