Skip to content

Commit

Permalink
use ReleasePoolMem
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRomanov committed Sep 19, 2024
1 parent e10c4bb commit 9df7a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func (p *processor) Spawn(parent *Event, nodes []*insaneJSON.Node) {
if child != nil {
child.stage = eventStageOutput
p.output.Out(child)
child.Root.ReleaseMem()
child.Root.ReleasePoolMem()
}
}

Expand Down

0 comments on commit 9df7a5e

Please sign in to comment.