aws / aws-xray-sdk-go

AWS X-Ray SDK for the Go programming language.
Apache License 2.0
276 stars 117 forks source link

fix: Memory leakage case of dummy segment #362

Closed sawadashota closed 2 years ago

sawadashota commented 2 years ago

Description of changes:

327 causes memory leakage when dummy segment. So this PR fix it.