Skip to content

Commit

Permalink
disttae: call packer.FreeMem in pool reset function
Browse files Browse the repository at this point in the history
  • Loading branch information
reusee committed Jan 9, 2024
1 parent b72bea5 commit c5e7e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/vm/engine/disttae/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ func New(
},
func(packer *types.Packer) {
packer.Reset()
packer.FreeMem()
},
func(packer *types.Packer) {
packer.Reset()
packer.FreeMem()
},
),
Expand Down

0 comments on commit c5e7e37

Please sign in to comment.