summaryrefslogtreecommitdiff
path: root/internal/ior.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-06 16:46:37 +0200
committerPaul Buetow <paul@buetow.org>2026-03-06 16:46:37 +0200
commitbc7a162f20a62d4f2ac0ba4908e67689e1ee2c5c (patch)
treea756cbaf85cd51127c375724f0a01ccab9c872b8 /internal/ior.go
parenta639ed055e540d57fc2de6a9e90eac30555515f8 (diff)
refactor: make livetrie caller-owned for pair recycling (task 382)
Diffstat (limited to 'internal/ior.go')
-rw-r--r--internal/ior.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ior.go b/internal/ior.go
index 2a5d1b9..5ebc360 100644
--- a/internal/ior.go
+++ b/internal/ior.go
@@ -203,6 +203,7 @@ func tuiTraceStarterFromRunTrace(
engine.Ingest(ep)
streamEvents <- eventstream.NewStreamEvent(ep.EnterEv.GetTime(), ep)
liveTrie.Ingest(ep)
+ ep.Recycle()
}
el.warningCb = func(message string) {
// Drop warning notifications if the stream channel is saturated.